Class DrawableStrokeDashOffset
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies the offset into the dash pattern to start the dash.
public sealed class DrawableStrokeDashOffset : IDrawableStrokeDashOffset, IDrawable
- Inheritance
-
DrawableStrokeDashOffset
- Implements
-
IDrawableStrokeDashOffsetIDrawable
- Inherited Members
Constructors
DrawableStrokeDashOffset(double)
Initializes a new instance of the DrawableStrokeDashOffset class.
public DrawableStrokeDashOffset(double offset)
Parameters
offset
doubleThe dash offset.
Properties
Offset
Gets or sets the dash offset.
public double Offset { get; set; }