Windows.UI.Xaml.Media.PolyBezierSegment
June 22, 2022 · View on GitHub
-description
Represents one or more cubic Bezier curves.
-xaml-syntax
<PolyBezierSegment .../>
-remarks
-examples
This example shows how to use a PolyBezierSegment to create a series of curves.
[!code-xamlPolyBezierSegment]
-see-also
PathSegment, Path, PathGeometry, XAML vector-based drawing sample, Draw shapes