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. The default is Orientation.Vertical.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Orientation Orientation { get; set; }
Visual Basic (Declaration)
Public Property Orientation As Orientation

See Also