Share via


RoundedRectangleShapeGeometry.Radius Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Protected Friend Overridable Property Radius As Double
protected internal virtual double Radius { get; set; }
protected public:
virtual property double Radius {
    double get ();
    void set (double value);
}
abstract Radius : float with get, set
override Radius : float with get, set
function get Radius () : double
function set Radius (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

RoundedRectangleShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace