Click or drag to resize

IAccessoryAspect Interface

[Missing <summary> documentation for "T:Demo3D.Components.IAccessoryAspect"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IAccessoryAspect

The IAccessoryAspect type exposes the following members.

Properties
  NameDescription
Public propertyAttachableAspectTypes
The type of aspects which this aspect can attach to
Public propertyAttachableVisualTypes
The type of visuals which this aspect can attach to
Public propertyAttachDirection
The direction in which the aspect is attached
Public propertyAttachedAspect
The aspect which this aspect has attached to
Public propertyAttachedVisual
The Visual which this aspect has attached to
Public propertyIsEnabled
Is the aspect enabled
Public propertyVisual
The owning visual of the aspect
Top
Methods
  NameDescription
Public methodAttemptToAttach
Attempt to attach to an object
Public methodAttemptToDetach
Attempt to detach from the aspect
Top
See Also