Share via


CompositionEllipseGeometry.Radius Property

Definition

Gets or sets the radius of the ellipse.

public:
 property float2 Radius { float2 get(); void set(float2 value); };
float2 Radius();

void Radius(float2 value);
public Vector2 Radius { get; set; }
var vector2 = compositionEllipseGeometry.radius;
compositionEllipseGeometry.radius = vector2;
Public Property Radius As Vector2

Property Value

Vector2 Vector2

float2

The radius of the ellipse.

Applies to