mxGdiCanvas2D Properties |
The mxGdiCanvas2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha |
Sets the given alpha.
| |
| Dashed |
Specifies if lines are dashed.
| |
| DashPattern |
Sets the dashpattern.
| |
| FillAlpha |
Sets the given alpha.
| |
| FillColor |
Sets the given fillcolor.
| |
| FixDash |
Specifies if lines are dashed.
| |
| FontBackgroundColor |
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
| |
| FontBorderColor |
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
| |
| FontColor |
Sets the fontcolor.
| |
| FontFamily |
Sets the font family.
| |
| FontSize |
Sets the fontsize.
| |
| FontStyle |
Sets the given fontstyle.
| |
| LineCap |
Sets the linecap.
| |
| LineJoin |
Sets the linejoin.
| |
| MiterLimit |
Sets the miterlimit.
| |
| Shadow |
Default value {@link mxConstants#NONE}.
| |
| ShadowAlpha |
Default value 1. This method may add rendering overhead and should be
used with care.
| |
| ShadowColor |
Default value {@link mxConstants#NONE}.
| |
| StrokeAlpha |
Sets the given alpha.
| |
| StrokeColor |
Caches color conversion as it is expensive.
| |
| StrokeWidth |
Sets the strokewidth.
|