LineStyle Properties |
The LineStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| AntiAliasing |
Gets and sets anti-aliased line.
Drawing anti-aliased draws the line with smooth edges, but will increase CPU/GPU overhead.
In order to have an effect, AntiAliasLevel must be set to a value higher than 1.
| |
| Color |
Gets and sets line color.
| |
| Pattern |
Gets and sets pattern of line.
| |
| PatternScale |
Gets and sets pattern scale.
| |
| Width |
Gets and sets width of line.
|