CompositionEllipseGeometry.Radius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The radius of the ellipse.