PathSegment Object (Abstract)

Represents a segment of a PathFigure object.

XAML
Must use derived objects.
Scripting
Must use derived objects.

Properties

Name

Methods

Equals, FindName, GetHost, GetValue, SetValue

Derived Objects

ArcSegment, BezierSegment, LineSegment, PolyBezierSegment, PolyQuadraticBezierSegment, QuadraticBezierSegment

Remarks

For XAML syntaxes that take a PathSegment, you need to specify a nonabstract derived type of PathSegment as an object element. A PathSegment obtained in script will always be an instance of one of these derived types. For details, see the XAML syntax on the reference pages for ArcSegment, BezierSegment, LineSegment, PolyBezierSegment, PolyQuadraticBezierSegment, and QuadraticBezierSegment.

See Also

Silverlight Geometries Overview
PathFigure