ICanvasDrawingStyles Properties |
The ICanvasDrawingStyles type exposes the following members.
Name | Description | |
---|---|---|
![]() | Font |
Font setting. Default value 10px sans-serif
|
![]() | LineCap |
Type of endings on the end of lines. Possible values: butt (default), round, square.
|
![]() | LineDashOffset |
Specifies where to start a dash array on a line.
|
![]() | LineJoin |
Defines the type of corners where two lines meet. Possible values: round, bevel, miter (default).
|
![]() | LineWidth |
Width of lines. Default 1.0
|
![]() | MiterLimit |
Miter limit ratio. Default 10.
|
![]() | TextAlign |
Text alignment setting. Possible values: start (default), end, left, right or center.
|
![]() | TextBaseline |
Baseline alignment setting. Possible values: top, hanging, middle, alphabetic (default), ideographic, bottom.
|