Size

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the x- and y-radius of an arc as a pair of values in a string.

<object Size="xySize"  .../>
object.Size = "xySize"

Property Value

Type: string

A string that describes the x- and y-radius of the elliptical arc.

This property is write-only. The default value is null, which is interpreted as a width and height of 0.

xySize Grammar

x,y

A double value for a width (x), a delimiter, and a double value for a height (y). The delimiter can be either a space or a comma. A Size value uses a type converter to process the string value.

Managed Equivalent

Size

Remarks

A Size value uses a type converter to process the input string value. There is no Size object available in the Silverlight object model that is reported to any API. After being input either through XAML or a JavaScript property set, a Size value becomes an internal representation that does not have an accessible object.

Applies To

ArcSegment