Orientation in Windows Forms Rating Control (Rating)

29 Apr 20211 minute to read

Control rendering can be done either in a vertical or in a horizontal position using the Orientation property.

this.ratingControl1.Orientation = Syncfusion.Windows.Forms.Tools.Orientationmode.Vertical;
Me.ratingControl1.Orientation = Syncfusion.Windows.Forms.Tools.Orientationmode.Vertical

Orientation