PathSegment.IsStroked Property

Definition

Gets or sets a value that indicates whether the segment is stroked.

public:
 property bool IsStroked { bool get(); void set(bool value); };
public bool IsStroked { get; set; }
member this.IsStroked : bool with get, set
Public Property IsStroked As Boolean

Property Value

true if the segment is stroked when a Pen is used to render the segment; otherwise, the segment is not stroked. The default is true.

Remarks

If a PathSegment object has this property set to true, that object contributes to the stroked area of the PathFigure when rendered by a Pen. If this property is true, the extra area added by a Pen affects hit testing and explicit operations to widen the PathGeometry.

When you switch between stroked and non-stroked PathSegment sections in a PathFigure, it is considered the same as the dashes of a Pen. The DashCap property of the Pen object determines the shape of the ends of stroked PathSegment objects.

Dependency Property Information

Identifier field IsStrokedProperty
Metadata properties set to true None

Applies to