PathSegment
PathSegment
PathSegment
PathSegment
Class
Definition
Represents a segment of a PathFigure object. Derived classes of PathFigure describe different types of segments.
public : class PathSegment : DependencyObject, IPathSegmentpublic class PathSegment : DependencyObject, IPathSegmentPublic Class PathSegment Inherits DependencyObject Implements IPathSegment// This API is not available in Javascript.
- Inheritance
-
PathSegmentPathSegmentPathSegmentPathSegment
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
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:
- ArcSegment
- BezierSegment
- LineSegment
- PolyBezierSegment
- PolyQuadraticBezierSegment
- QuadraticBezierSegment