LabelShapeTextPropertyDescriptor.Description Property
This member overrides ElementPropertyDescriptor.Description.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Description As String
'Usage
Dim instance As LabelShapeTextPropertyDescriptor
Dim value As String
value = instance.Description
public override string Description { get; }
public:
virtual property String^ Description {
String^ get () override;
}
public override function get Description () : String
Property Value
Type: System.String
.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.
See Also
Reference
LabelShapeTextPropertyDescriptor Class