VectorGraphics Properties |
The VectorGraphics type exposes the following members.
Name | Description | |
---|---|---|
Color |
Gets or sets the color of the vector.
If not specified, the default is White.
| |
Length |
Gets or sets the graphical length of the vector, in meters.
If not specified, the default is 1.0.
| |
MinimumLengthInPixels |
Gets or sets the minimum graphical length of the vector in pixels.
This causes the vector to be drawn at a fixed size if the Length
would result in a vector of a smaller size.
If not specified, the default is 0.0.
| |
Show |
Gets or sets whether or not the vector is shown.
If not specified, the default is .
|