Click or drag to resize

VisualReference Class

[Missing <summary> documentation for "T:Demo3D.Visuals.VisualReference"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        Demo3D.VisualsVisualReference

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class VisualReference : SimpleCustomTypeDescriptor, 
	ICloneable, INotifyPropertyChanged

The VisualReference type exposes the following members.

Constructors
  NameDescription
Public methodVisualReference
Initializes a new instance of the VisualReference class
Public methodVisualReference(Type)
Initializes a new instance of the VisualReference class
Public methodVisualReference(Visual)
Initializes a new instance of the VisualReference class
Public methodVisualReference(Visual, Boolean)
Initializes a new instance of the VisualReference class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodGetProperties (Overrides SimpleCustomTypeDescriptor.GetProperties.)
Public methodGetProperties(Attribute) (Overrides SimpleCustomTypeDescriptor.GetProperties(Attribute).)
Public methodRead
Public methodReferenceAllowed
Public methodSetShowFullName
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Public methodWrite
Top
Operators
See Also