Share via


RibbonSplitButton.LabelPosition Property

Gets or sets a value that indicates the relative position of the label for this control.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property LabelPosition As RibbonSplitButtonLabelPosition
public RibbonSplitButtonLabelPosition LabelPosition { get; set; }
public:
property RibbonSplitButtonLabelPosition LabelPosition {
    RibbonSplitButtonLabelPosition get ();
    void set (RibbonSplitButtonLabelPosition value);
}
member LabelPosition : RibbonSplitButtonLabelPosition with get, set
function get LabelPosition () : RibbonSplitButtonLabelPosition
function set LabelPosition (value : RibbonSplitButtonLabelPosition)

Property Value

Type: Microsoft.Windows.Controls.Ribbon.RibbonSplitButtonLabelPosition
A value that indicates the relative position of the label.

Dependency Property Information

Identifier field

LabelPositionProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonSplitButton Class

Microsoft.Windows.Controls.Ribbon Namespace