AreaField Constructor (String^, Single, Single, Single, Single)
Visual Studio 2015
Flexible constructor allows you to specify different corner rounding radius for each corner.
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.
Show: