Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text to display in the label shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisplayText As String
'Usage
Dim instance As LabelShape
Dim value As String
value = instance.DisplayText
public virtual string DisplayText { get; }
public:
virtual property String^ DisplayText {
String^ get ();
}
public 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.