Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.