TextRun.Label Property

Definition

Gets or sets the label for the placeholder for this text run.

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string Label { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.Label : string with get, set
Public Property Label As String

Property Value

The label for the placeholder for this text run.

Attributes

Applies to