VisualReference Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.VisualReference"]
Namespace: Demo3D.Visuals
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class VisualReference : ICustomTypeDescriptor, ICloneable
The VisualReference type exposes the following members.
| Name | Description | |
|---|---|---|
| VisualReference | Initializes a new instance of the VisualReference class | |
| VisualReference(Type) | Initializes a new instance of the VisualReference class | |
| VisualReference(Visual) | Initializes a new instance of the VisualReference class | |
| VisualReference(Visual, Boolean) | Initializes a new instance of the VisualReference class |
| Name | Description | |
|---|---|---|
| FilterExpression | ||
| IsNull |
Does the VisualReference not point to a Visual?
Note: The only safe use of this is when it returns true, and you know that we are not pointing at anything. If it returns false, there is no guarantee that the value from Visual will not be null, since a Garbage Collection may have occurred between the two method calls. | |
| IsSet |
Does the VisualReference point to a Visual?
Note: The only safe use of this is when it returns false, and you know that we are not pointing at anything. If it returns true, there is no guarantee that the value from Visual will not be null, since a Garbage Collection may have occurred between the two method calls. | |
| Type | ||
| Visual |
| Name | Description | |
|---|---|---|
| Clone | ||
| GetProperties | ||
| Read | ||
| ReferenceAllowed | ||
| SetShowFullName | ||
| ToString | (Overrides ObjectToString.) | |
| Write |