Share via


LabelShapeTextPropertyDescriptor Constructor

Initializes a new instance of the LabelShapeTextPropertyDescriptor class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    modelElement As ModelElement, _
    domainPropertyInfo As DomainPropertyInfo, _
    attributes As Attribute() _
)
public LabelShapeTextPropertyDescriptor(
    ModelElement modelElement,
    DomainPropertyInfo domainPropertyInfo,
    Attribute[] attributes
)
public:
LabelShapeTextPropertyDescriptor(
    ModelElement^ modelElement, 
    DomainPropertyInfo^ domainPropertyInfo, 
    array<Attribute^>^ attributes
)
new : 
        modelElement:ModelElement * 
        domainPropertyInfo:DomainPropertyInfo * 
        attributes:Attribute[] -> LabelShapeTextPropertyDescriptor
public function LabelShapeTextPropertyDescriptor(
    modelElement : ModelElement, 
    domainPropertyInfo : DomainPropertyInfo, 
    attributes : Attribute[]
)

Parameters

.NET Framework Security

See Also

Reference

LabelShapeTextPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace