LabelShape.DisplayText Property
Gets the text to display in the label shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Overridable ReadOnly Property DisplayText As String
Get
public virtual string DisplayText { get; }
public:
virtual property String^ DisplayText {
String^ get ();
}
abstract DisplayText : string
override DisplayText : string
function get DisplayText () : String
Property Value
Type: System.String
The text to display in 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.