RoundedRectangleShapeGeometry.Radius Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Protected Friend Overridable Property Radius As Double
'Usage
Dim value As Double
value = Me.Radius
Me.Radius = value
protected internal virtual double Radius { get; set; }
protected public:
virtual property double Radius {
double get ();
void set (double value);
}
protected internal function get Radius () : double
protected internal function set Radius (value : double)
Property Value
Type: System.Double
.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.
See Also
Reference
RoundedRectangleShapeGeometry Class