Click or drag to resize

LinkGraphics Properties

The LinkGraphics type exposes the following members.

Properties
  NameDescription
Public propertyArcType
Gets or sets the type of arc that should connect the positions of the line. If not specified, the default value is None.
Public propertyGranularity
Gets or sets the granularity, in radians, used to compute the line. If not specified, the default is RadiansPerDegree.
Public propertyMaterial
Gets or sets the material used to draw the line. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyShadows
Gets or sets whether or not the line casts or receives shadows. If not specified, the default is Disabled.
Public propertyShow
Gets or sets whether or not the line is shown. If not specified, the default is .
Public propertyWidth
Gets or sets the width of the line. If not specified, the default is 1.0.
Top
See Also