Share via


RibbonSeparator.Label Property

Gets or sets the text that is displayed with the visual separator line.

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

Syntax

'Declaration
Public Property Label As String
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)

Property Value

Type: System.String
The text that is displayed with the visual separator line. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

LabelProperty

Metadata properties set to true

None

Remarks

You can set the optional Label property to display text along with the visual separator line that is displayed by the RibbonSeparator.

.NET Framework Security

See Also

Reference

RibbonSeparator Class

Microsoft.Windows.Controls.Ribbon Namespace