AreaField Constructor (String, Single)
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: StringUnique identifier for this ShapeField.
cornerRadius
Type: SingleCorner 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.