PPCC Namespace
Specifies the alignment of the button content on the horizontal

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

C#
public enum ButtonAlign
Visual Basic (Declaration)
Public Enumeration ButtonAlign
Visual C++
public enum class ButtonAlign

Members

Member nameDescription
User
Draws the button content with user defined alignment
Left
Draws the button content with left alignment
Center
Draws the button content with center alignment
Right
Draws the button content with right alignment

See Also