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


In This Topic
    LabelPosition Property (Rating)
    In This Topic
    Gets or sets the position of the labels with respect to the their associated icons. If set to Before, The label will appear above (Horizontal Orientation) or to the left (Vertical Orientation) of the icon. If set to After, the label will appear under (Horizontal Orientation) or to the right (Vertical Orientation) of the icon.
    Syntax
    'Declaration
     
    Public Property LabelPosition As RatingLabelPosition
    'Usage
     
    Dim instance As Rating
    Dim value As RatingLabelPosition
     
    instance.LabelPosition = value
     
    value = instance.LabelPosition
    public RatingLabelPosition LabelPosition {get; set;}

    Property Value

    A RatingLabelPosition that can be Before or After.
    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