Class StrokeStyle
Namespace: VelloSharp
Assembly: VelloSharp.Core.dll
public sealed class StrokeStyle
Inheritance
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
EndCap
public LineCap EndCap { get; set; }
Property Value
LineJoin
public LineJoin LineJoin { get; set; }
Property Value
MiterLimit
public double MiterLimit { get; set; }
Property Value
StartCap
public LineCap StartCap { get; set; }
Property Value
Width
public double Width { get; set; }