LabelShape.Label Property
Gets or sets the text property for the label shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.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 property for the label shape.
.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.