AreaFieldCornerRadius Constructor (Single, Single, Single, Single)
Visual Studio 2015
Construct an AreaFieldCornerRadius with the given radius values.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: AreaFieldCornerRadius( float northWestRadius, float northEastRadius, float southWestRadius, float southEastRadius )
Parameters
- northWestRadius
- Type: System::Single
- northEastRadius
- Type: System::Single
- southWestRadius
- Type: System::Single
- southEastRadius
- Type: System::Single
Construct an AreaFieldCornerRadius that has the specified radius values.
Show: