Class ViewportPartNames
- Namespace
- HelixToolkit.Avalonia.SharpDX
- Assembly
- HelixToolkit.Avalonia.SharpDX.dll
public static class ViewportPartNames
- Inheritance
-
ViewportPartNames
- Inherited Members
Fields
PartAdornerLayer
The adorner layer part name.
public const string PartAdornerLayer = "PART_AdornerLayer"
Field Value
PartCanvas
The canvas part name.
public const string PartCanvas = "PART_Canvas"
Field Value
PartCoordinateView
The coordinate view part name.
public const string PartCoordinateView = "PART_CoordinateView"
Field Value
PartFrameStatisticView
The frame statistic view part name
public const string PartFrameStatisticView = "PART_FrameStatisticView"
Field Value
PartItems
The part items used to inherit datacontext for children
public const string PartItems = "PART_Items"
Field Value
PartTitleView
The part title view
public const string PartTitleView = "PART_TitleView"
Field Value
PartViewCube
The view cube part name.
public const string PartViewCube = "PART_ViewCube"