AreaField Constructor (String^, Single, Single, Single, Single)

 

Flexible constructor allows you to specify different corner rounding radius for each corner.

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

public:
AreaField(
	String^ fieldName,
	float northWestCornerRadius,
	float northEastCornerRadius,
	float southWestCornerRadius,
	float southEastCornerRadius
)

Parameters

fieldName
Type: System::String^

Unique identifier for this ShapeField.

northWestCornerRadius
Type: System::Single
northEastCornerRadius
Type: System::Single
southWestCornerRadius
Type: System::Single
southEastCornerRadius
Type: System::Single

Flexible constructor lets you specify a different corner rounding radius for each corner.

Return to top
Show: