XamlGlyph.XamlStroke Struct
Defines the type of stroke to apply to a XAML path.
public struct XamlGlyph.XamlStroke
Remarks
For internal use only.
Constructors
XamlStroke()
Initializes a new instance of XamlGlyph.XamlStroke.
public XamlStroke()
Properties
EndLineCap
Gets or sets the line cap to use at the end of the stroke.
StartLineCap
Gets or sets the line cap to use at the start of the stroke.
public LineCap StartLineCap { readonly get; set; }
Property Value
Thickness
Gets or sets the thickness of the stroke.
XamlColor
Gets or sets the stroke color.
public XamlGlyph.XamlColor XamlColor { readonly get; set; }
Property Value
- XamlGlyph.XamlColor:
A XamlGlyph.XamlColor value.
Fields
DefaultGlyphThickness
The default stroke thickness used for a glyph.
public const float DefaultGlyphThickness = 1.25