Gets or sets the orientation of the item. If Vertical, the rounding will be applied to the top and/or bottom pairs of corners; if Horizontal, to the left and/or right pairs of corners.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also