Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ArcSegment.Size Property

Definition

Namespace:
System.Windows.Media
Assembly:
PresentationCore.dll

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 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

Item Value
Identifier field SizeProperty
Metadata properties set to true None

Applies to


Feedback

Was this page helpful?