PPCC Namespace
Gets or sets the position information for button content

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

Syntax

C#
public ButtonOrientation Orientation { get; set; }
Visual Basic (Declaration)
Public Property Orientation As ButtonOrientation
Visual C++
public:
property ButtonOrientation Orientation {
	ButtonOrientation get ();
	void set (ButtonOrientation value);
}

See Also