LabelShape Constructor (Partition, 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 ( _
    partition As Partition, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
public LabelShape(
    Partition partition,
    params PropertyAssignment[] propertyAssignments
)
public:
LabelShape(
    Partition^ partition, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        propertyAssignments:PropertyAssignment[] -> LabelShape
public function LabelShape(
    partition : Partition, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

LabelShape Class

LabelShape Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace