Skip to main content

Class StrokeStyle

Namespace: VelloSharp
Assembly: VelloSharp.Core.dll

public sealed class StrokeStyle

Inheritance

objectStrokeStyle

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

DashPattern

public double[]? DashPattern { get; set; }

Property Value

double[]?

DashPhase

public double DashPhase { get; set; }

Property Value

double

EndCap

public LineCap EndCap { get; set; }

Property Value

LineCap

LineJoin

public LineJoin LineJoin { get; set; }

Property Value

LineJoin

MiterLimit

public double MiterLimit { get; set; }

Property Value

double

StartCap

public LineCap StartCap { get; set; }

Property Value

LineCap

Width

public double Width { get; set; }

Property Value

double