RibbonSeparator.Label Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |