Table of Contents

Class DashedPolyLineExtensions

public static class DashedPolyLineExtensions
Inheritance
DashedPolyLineExtensions

Methods

Closed(ref DashedPolyLine, bool)

If true, a line connecting the first and last points is also drawn.

public static ref DashedPolyLine Closed(this ref DashedPolyLine @this, bool closed = true)

Parameters

this DashedPolyLine
closed bool

Returns

DashedPolyLine

Dash(ref DashedPolyLine, Dash)

The properties of the dash.

public static ref DashedPolyLine Dash(this ref DashedPolyLine @this, Dash dash)

Parameters

this DashedPolyLine
dash Dash

Returns

DashedPolyLine

Ref(DashedPolyLine)

Returns a reference to the previously created DashedPolyLine visual.
If you need to keep a reference to a long-lived visual, this will allow you to modify or delete the visual at some point in the future.

Important: only use this directly after creating a visual, as it may not be valid beyond that.

public static VisualRef<DashedPolyLine> Ref(this DashedPolyLine @this)

Parameters

this DashedPolyLine

Returns

VisualRef<DashedPolyLine>

SetDefault(ref DashedPolyLine)

public static ref DashedPolyLine SetDefault(this ref DashedPolyLine @this)

Parameters

this DashedPolyLine

Returns

DashedPolyLine