Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / RatingFillDirection Enumeration


In This Topic
    RatingFillDirection Enumeration
    In This Topic

    Represents the directions of the fill used by the Rating control to fill the inside of the icons according to the value.

    Syntax
    'Declaration
     
    Public Enum RatingFillDirection 
       Inherits System.Enum
    'Usage
     
    Dim instance As RatingFillDirection
    public enum RatingFillDirection : System.Enum 
    Members
    MemberDescription
    DownFill from top to bottom.
    LeftFill from right to left.
    RightFill from left to right.
    UpFill from bottom to top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.RatingFillDirection

    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