In This Article

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.

public LineCap EndLineCap { readonly get; set; }

Property Value

LineCap:

One of the LineCap values.

StartLineCap

Gets or sets the line cap to use at the start of the stroke.

public LineCap StartLineCap { readonly get; set; }

Property Value

LineCap:

One of the LineCap values.

Thickness

Gets or sets the thickness of the stroke.

public float Thickness { readonly get; set; }

Property Value

float:

A float value.

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

Inherited Members