Windows.UI.Xaml.Media.PathSegment

June 22, 2022 ยท View on GitHub

-description

Represents a segment of a PathFigure object. Derived classes of PathFigure describe different types of segments.

-remarks

PathSegmentCollection is a strongly typed collection for PathSegment items. PathSegmentCollection is the type used by the PathFigure.Segments property. In XAML, specify one or more of the element types that derive from PathSegment for this property.

PathSegment derived classes

PathSegment is the parent class for several derived classes that define different categories of geometry segments in a PathFigure:

-examples

-see-also

DependencyObject, ArcSegment, BezierSegment, LineSegment, PolyBezierSegment, PolyQuadraticBezierSegment, QuadraticBezierSegment, XAML vector-based drawing sample, Draw shapes