Windows.UI.Xaml.Media.ArcSegment.Size
June 22, 2022 · View on GitHub
-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.