IBackground |
The IBackgroundStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildNodes |
Gets the child nodes.
(Inherited from ITreeNodeT) | |
| Distance | 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. | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from IDocumentLeafNode) | |
| IsDisposeInProgress |
Gets a value indicating whether this instance is dispose in progress, or the instance is already disposed.
(Inherited from IDocumentLeafNode) | |
| IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from ISuspendableByToken) | |
| Material | Gets or sets the material used to draw the background. | |
| Name |
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) | |
| ParentNode |
Gets the parent node of this node.
(Inherited from INodeWithParentNodeT) | |
| ParentObject |
Retrieves the parent object.
(Inherited from IDocumentLeafNode) | |
| SupportsUserDefinedMaterial | 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. | |
| Thickness | 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. |