Xceed Toolkit Plus for WPF v4.6 Documentation
Orientation Property (Rating)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > Rating Class : Orientation Property
Gets or sets the orientation of the icons. This determines the direction that icons are drawn next to each other. Use FillDirection to determine afterwards if you want the icons to go from left to right, right to left, top to bottom, or bottom to top.
Syntax
'Declaration
 
Public Property Orientation As RatingOrientation
'Usage
 
Dim instance As Rating
Dim value As RatingOrientation
 
instance.Orientation = value
 
value = instance.Orientation
public RatingOrientation Orientation {get; set;}

Property Value

An RatingOrientation value that can be Horizontal or Vertical.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Rating Class
Rating Members