AreaField Constructor (String, Single)
Constructor
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 ( _
fieldName As String, _
cornerRadius As Single _
)
public AreaField(
string fieldName,
float cornerRadius
)
public:
AreaField(
String^ fieldName,
float cornerRadius
)
new :
fieldName:string *
cornerRadius:float32 -> AreaField
public function AreaField(
fieldName : String,
cornerRadius : float
)
Parameters
- fieldName
Type: System.String
Unique identifier for this ShapeField.
- cornerRadius
Type: System.Single
Corner Radius
Remarks
Constructor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.