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
thisDashedPolyLineclosedbool
Returns
Dash(ref DashedPolyLine, Dash)
The properties of the dash.
public static ref DashedPolyLine Dash(this ref DashedPolyLine @this, Dash dash)
Parameters
thisDashedPolyLinedashDash
Returns
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
thisDashedPolyLine
Returns
SetDefault(ref DashedPolyLine)
public static ref DashedPolyLine SetDefault(this ref DashedPolyLine @this)
Parameters
thisDashedPolyLine