Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

arcsegment_size.md

File metadata and controls

34 lines (23 loc) · 1.08 KB
-api-id -api-type
P:Windows.UI.Xaml.Media.ArcSegment.Size
winrt property

Windows.UI.Xaml.Media.ArcSegment.Size

-description

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

-xaml-syntax

<ArcSegment Size="width,height"/>

-xaml-values

width,height
width,heightA double value for a width, a delimiter, and a double value for a height. The delimiter can be either a space or comma. An attribute value for a Size value uses a type converter to process the string.
## -property-value A [Size](../windows.foundation/size.md) structure that describes the x-radius and y-radius of the elliptical arc. The [Size](../windows.foundation/size.md) structure's **Width** value specifies the arc's x-radius; its **Height** value specifies the arc's y-radius. The default is a [Size](../windows.foundation/size.md) with value 0,0.

-remarks

-examples

-see-also

Draw shapes