Click or drag to resize
TemporaryGraphic Properties

The TemporaryGraphic type exposes the following members.

Properties
  NameDescription
Public propertyColor
Gets or sets the color of this object.
Public propertyFixedSize
Gets or sets a value that indicates if this object should be rendered in a fixed size, regardless of the distance from the view point.
Public propertyMatrix
Gets or sets the global transform of this object, or the offset if the object is attached.
Public propertyPickable
Gets or sets a value that indicates if this object can be picked in the graphics.
Public propertyTag
Gets or sets user-defined data associated with this object.
Public propertyText
Sets the text of this object.
Public propertyTexture
Gets the Texture of this object, for supported types.
Public propertyTopmost
Gets or sets a value that indicates if this object should be rendered on top of other objects in the graphics.
Public propertyVisible
Gets or sets a value that indicates if this object is visible in the graphics.
Top
See Also