ArcSegment.Size Property

Definition

Gets or sets the x- and y-radius of the arc as a Size structure.

public:
 property System::Windows::Size Size { System::Windows::Size get(); void set(System::Windows::Size value); };
public System.Windows.Size Size { get; set; }
member this.Size : System.Windows.Size with get, set
Public Property Size As Size

Property Value

A Size structure that describes the x- and y-radius of the elliptical arc. The Size structure's Width property specifies the arc's x-radius; its Height property specifies the arc's y-radius. The default value is 0,0.

Remarks

The following illustration shows several elliptical arcs that are identical except for their Size settings.

ArcSegments with different Size settings
Several ArcSegment objects with different Size settings

Dependency Property Information

Identifier field SizeProperty
Metadata properties set to true None

Applies to