Back to Devexpress

RatingEdit.Orientation Property

wpf-devexpress-dot-xpf-dot-editors-dot-ratingedit-27a8cb8e.md

latest1.3 KB
Original Source

RatingEdit.Orientation Property

Gets or sets whether the items in the current RatingEdit are arranged horizontally or vertically. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Orientation Orientation { get; set; }
vb
Public Property Orientation As Orientation

Property Value

TypeDescription
Orientation

An Orientation enumeration value that specifies whether the items in the current RatingEdit are arranged horizontally or vertically. The default is Horizontal.

|

See Also

RatingEdit Class

RatingEdit Members

DevExpress.Xpf.Editors Namespace