Displays an ProCad render scene in an Avalonia control.
public class CadViewerControl : Control, IAvaloniaObjectDebug, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, INamed, IAvaloniaListItemValidator<ILogical>, IAvaloniaListItemValidator<Visual>, IInputElement, IDataTemplateHost, IVisualBrushInitialize, ISetterValue
kind:method, kind:property, kind:ctor. Press Esc to clear.AutoFitOnSceneChangedPropertyDefines the AutoFitOnSceneChanged property.CanPanPropertyDefines the CanPan property.CanZoomPropertyDefines the CanZoom property.MinimumStrokeThicknessPropertyDefines the MinimumStrokeThickness property.PaddingPropertyDefines the Padding property.PanXPropertyDefines the PanX property.PanYPropertyDefines the PanY property.ScenePropertyDefines the Scene property.ShowAxesPropertyDefines the ShowAxes property.ShowGridPropertyDefines the ShowGrid property.ZoomPropertyDefines the Zoom property.AutoFitOnSceneChangedGets or sets a value indicating whether the viewport resets when the scene changes.CanPanGets or sets a value indicating whether pointer dragging pans the viewport.CanZoomGets or sets a value indicating whether wheel input zooms the viewport.MinimumStrokeThicknessGets or sets the minimum visible stroke thickness in screen pixels.PaddingGets or sets the fitted scene padding.PanXGets or sets the horizontal pan offset in screen units.PanYGets or sets the vertical pan offset in screen units.SceneGets or sets the render scene.ShowAxesGets or sets a value indicating whether the world axes are visible.ShowGridGets or sets a value indicating whether the world grid is visible.ZoomGets or sets the relative zoom factor.CreateRenderOptions()Creates platform-neutral render options for this control.CreateViewport()Creates the current scene viewport.FitToView()Resets the viewport to the fitted scene.OnViewportClick(Point)Called when the viewer receives a click without a meaningful drag.ScreenToWorld(Point)Converts a control point into world coordinates.ScreenToWorldDistance(Double)Converts a screen-space distance into world-space units.