Namespace HelixToolkit.WinUI.SharpDX.Elements2D
Classes
- Canvas2D
Supports both ItemsSource binding and Xaml children. Binds with ObservableElement2DCollection
- MoverButton2D
Use to apply style for mover button from Generic.xaml/>
- RelativePositionCanvas2D
Position content using relative position.
Relative position (0,0) is the center of the canvas. LeftTop = (-1,1); RightTop = (1,1); LeftBottom = (-1,-1); RightBottom = (1, -1)