[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.StrokeStyleProperties

Struct StrokeStyleProperties

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_STROKE_STYLE_PROPERTIES

public struct StrokeStyleProperties
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

DashCap

D2D1_CAP_STYLE dashCap

public CapStyle DashCap

Field Value

CapStyle

DashOffset

float dashOffset

public float DashOffset

Field Value

float

DashStyle

D2D1_DASH_STYLE dashStyle

public DashStyle DashStyle

Field Value

DashStyle

EndCap

D2D1_CAP_STYLE endCap

public CapStyle EndCap

Field Value

CapStyle

LineJoin

D2D1_LINE_JOIN lineJoin

public LineJoin LineJoin

Field Value

LineJoin

MiterLimit

float miterLimit

public float MiterLimit

Field Value

float

StartCap

D2D1_CAP_STYLE startCap

public CapStyle StartCap

Field Value

CapStyle