PPCC Namespace
Gets or sets the position information for button content
Namespace:
PPCC.ColorButtonAssembly: ColorButton (in ColorButton.dll)
Version: 2.0.0.0
Syntax
| C# |
|---|
public ButtonAlign Align { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Align As ButtonAlign |
| Visual C++ |
|---|
public: property ButtonAlign Align { ButtonAlign get (); void set (ButtonAlign value); } |