Click or drag to resize

Distance3Property Class

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

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsVector3Property
            Demo3D.VisualsDistance3Property

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class Distance3Property : Vector3Property

The Distance3Property type exposes the following members.

Constructors
 NameDescription
Public methodDistance3PropertyInitializes a new instance of the Distance3Property class
Public methodDistance3Property(Vector3)Initializes a new instance of the Distance3Property class
Public methodDistance3Property(Single, Single, Single)Initializes a new instance of the Distance3Property class
Top
Properties
 NameDescription
Public propertyX 
Public propertyY 
Public propertyZ 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Inherited from Vector3Property)
Public methodEquals(Vector3Property)
(Inherited from Vector3Property)
Public methodGetHashCode
(Inherited from Vector3Property)
Public methodRead
(Inherited from Vector3Property)
Public methodToString
(Overrides Vector3PropertyToString)
Public methodWrite
(Inherited from Vector3Property)
Top
Operators
Fields
 NameDescription
Protected fieldx
(Inherited from Vector3Property)
Protected fieldy
(Inherited from Vector3Property)
Protected fieldz
(Inherited from Vector3Property)
Top
See Also