Click or drag to resize

VectorGraphics Properties

The VectorGraphics type exposes the following members.

Properties
  NameDescription
Public propertyColor
Gets or sets the color of the vector. If not specified, the default is White.
Public propertyLength
Gets or sets the graphical length of the vector, in meters. If not specified, the default is 1.0.
Public propertyMinimumLengthInPixels
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.
Public propertyShow
Gets or sets whether or not the vector is shown. If not specified, the default is .
Top
See Also