Orientation in Windows Forms Rating
18 Nov 20181 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