Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.36 KB

arcsegment.md

File metadata and controls

33 lines (21 loc) · 1.36 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.ArcSegment
winrt class

Windows.UI.Xaml.Media.ArcSegment

-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