Circle.Radius Property

Gets or sets circle's radius.
Public Property Radius() As Double
This language is not supported or no code example is available.
public double Radius {get; set;}
This language is not supported or no code example is available.

Property Value

double
Exception type Condition

EyeshotException

Thrown when trying to set a radius smaller than Utility.ZERO_TOLERANCE.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition