Click or drag to resize

IBackgroundStyle Properties

The IBackgroundStyle type exposes the following members.

Properties
 NameDescription
Public propertyChildNodes Gets the child nodes.
(Inherited from ITreeNodeT)
Public propertyDistance Gets or sets the user defined distance. If this value is null, the background class has to find an appropriate distance in the Measure(RectangleD3D) step by itself.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from IDocumentLeafNode)
Public propertyIsDisposeInProgress Gets a value indicating whether this instance is dispose in progress, or the instance is already disposed.
(Inherited from IDocumentLeafNode)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from ISuspendableByToken)
Public propertyMaterial Gets or sets the material used to draw the background.
Public propertyName Gets the name of this instance. An InvalidOperationException will be thrown if the name is not yet set or can not be retrieved.
(Inherited from INamedObject)
Public propertyParentNode Gets the parent node of this node.
(Inherited from INodeWithParentNodeT)
Public propertyParentObject Retrieves the parent object.
(Inherited from IDocumentLeafNode)
Public propertySupportsUserDefinedMaterial Gets or sets a value indicating whether this background supports user defined material. For some background classes, the kind of material may be fixed, for instance a black background. In this case the value is false. For other backgrounds, you are free to chose the material, in this case the value is true.
Public propertyThickness Gets or sets the user defined background thickness. If this value is null, the background class has to find an appropriate thickness in the Measure(RectangleD3D) step by itself.
Top
See Also