Windows.UI.Xaml.Media.ArcSegment
June 22, 2022 · View on GitHub
-description
Represents an elliptical arc between two points.
-xaml-syntax
<ArcSegment .../>
-remarks
At a minimum each ArcSegment should have its RotationAngle and Size properties set, because these don't have useful defaults.
This class is relevant for setting the vector data for either a Path or a PathIcon.
Rather than creating an instance or an object element, you can also define an ArcSegment as part of a vector within the string for a Move and draw commands syntax.
-examples
-see-also
PathSegment, Path, PathGeometry, XAML vector-based drawing sample, Draw shapes, Move and draw commands syntax