LabelShape Constructor (Store, array<PropertyAssignment )

Initializes a new instance of the LabelShape 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 ( _
    store As Store, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
public LabelShape(
    Store store,
    params PropertyAssignment[] propertyAssignments
)
public:
LabelShape(
    Store^ store, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
new : 
        store:Store * 
        propertyAssignments:PropertyAssignment[] -> LabelShape
public function LabelShape(
    store : Store, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

LabelShape Class

LabelShape Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace