Struct StrokeStyleProperties1
Describes the stroke that outlines a shape.
public struct StrokeStyleProperties1
- Inherited Members
Fields
DashCap
The cap to use at the start and end of each dash.
public CapStyle DashCap
Field Value
DashOffset
The location of the first dash, relative to the start of the figure.
public float DashOffset
Field Value
DashStyle
The type of dash to use.
public DashStyle DashStyle
Field Value
EndCap
The cap to use at the end of each open figure.
public CapStyle EndCap
Field Value
LineJoin
The line join to use.
public LineJoin LineJoin
Field Value
MiterLimit
The limit beyond which miters are either clamped or converted to bevels.
public float MiterLimit
Field Value
StartCap
The cap to use at the start of each open figure.
public CapStyle StartCap
Field Value
TransformType
The rule that determines what render target properties affect the nib of the stroke.
public StrokeTransformType TransformType