RatingItem.Orientation Property
In This Article
Gets or sets the orientation of the item. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public Orientation Orientation { get; set; }
#Property Value
Type | Description |
---|---|
Orientation | A Windows. |
#Remarks
The Orientation value is set automatically depending on the RatingEdit.Orientation value.
See Also