'Declaration Public Property FillDirection As RatingFillDirection
'Usage Dim instance As Rating Dim value As RatingFillDirection instance.FillDirection = value value = instance.FillDirection
public RatingFillDirection FillDirection {get; set;}
Gets or sets the direction of the fill used by the Rating control. This useful when Precision is set to Half or Exact. You can have the icons fill from left to right, top to bottom, and other directions. Please note, this is independent of the Orientation that determines the direction icons are drawn next to each other.
'Declaration Public Property FillDirection As RatingFillDirection
'Usage Dim instance As Rating Dim value As RatingFillDirection instance.FillDirection = value value = instance.FillDirection
public RatingFillDirection FillDirection {get; set;}
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