Skip to main content
A newer version of this page is available. .

RatingItem.Orientation Property

Gets or sets the orientation of the item. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.Orientation

A Windows.UI.Xaml.Controls.Orientation enumeration value that specifies whether the item is arranged horizontally or vertically. The default is Horizontal.

Remarks

The Orientation value is set automatically depending on the RatingEdit.Orientation value.

See Also