RibbonSeparator.Label Property

Definition

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

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String

Property Value

The text that is displayed with the visual separator line. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

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

Dependency Property Information

Identifier field LabelProperty
Metadata properties set to true None

Applies to