Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / Rating Class / FillDirection Property


In This Topic
    FillDirection Property
    In This Topic

    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.

    Syntax
    '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;}

    Property Value

    A RatingFillDirectionEnum that can be Left, Right, Up or Down.
    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