RegularPolygon.InnerRadius Property

Gets or sets the the distance between the center and the innermost point.

Namespace: Microsoft.Expression.Shapes
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property InnerRadius As Double
'Usage
Dim instance As RegularPolygon
Dim value As Double

value = instance.InnerRadius

instance.InnerRadius = value
public double InnerRadius { get; set; }
public:
virtual property double InnerRadius {
    double get () sealed;
    void set (double value);
}
/** @property */
public final double get_InnerRadius ()

/** @property */
public void set_InnerRadius (double value)
public final function get InnerRadius () : double

public function set InnerRadius (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RegularPolygon Class
RegularPolygon Members
Microsoft.Expression.Shapes Namespace