Share via


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

See Also

Reference

RoundedRectangleShapeGeometry Class

RoundedRectangleShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace