C# Class HelixToolkit.Wpf.HelixViewport3D

Inheritance: System.Windows.Controls.ItemsControl, IHelixViewport3D
Exibir arquivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
BackViewGestureProperty System.Windows.DependencyProperty
BottomViewGestureProperty System.Windows.DependencyProperty
CameraChangedEvent System.Windows.RoutedEvent
CameraInertiaFactorProperty System.Windows.DependencyProperty
CameraInfoProperty System.Windows.DependencyProperty
CameraModeProperty System.Windows.DependencyProperty
CameraRotationModeProperty System.Windows.DependencyProperty
ChangeFieldOfViewCursorProperty System.Windows.DependencyProperty
ChangeFieldOfViewGestureProperty System.Windows.DependencyProperty
ChangeLookAtGestureProperty System.Windows.DependencyProperty
CoordinateSystemHeightProperty System.Windows.DependencyProperty
CoordinateSystemHorizontalPositionProperty System.Windows.DependencyProperty
CoordinateSystemLabelForegroundProperty System.Windows.DependencyProperty
CoordinateSystemLabelXProperty System.Windows.DependencyProperty
CoordinateSystemLabelYProperty System.Windows.DependencyProperty
CoordinateSystemLabelZProperty System.Windows.DependencyProperty
CoordinateSystemVerticalPositionProperty System.Windows.DependencyProperty
CoordinateSystemWidthProperty System.Windows.DependencyProperty
CurrentPositionProperty System.Windows.DependencyProperty
DebugInfoProperty System.Windows.DependencyProperty
DefaultCameraProperty System.Windows.DependencyProperty
EnableCurrentPositionProperty System.Windows.DependencyProperty
FieldOfViewTextProperty System.Windows.DependencyProperty
FrameRateProperty System.Windows.DependencyProperty
FrameRateTextProperty System.Windows.DependencyProperty
FrontViewGestureProperty System.Windows.DependencyProperty
InfiniteSpinProperty System.Windows.DependencyProperty
InfoBackgroundProperty System.Windows.DependencyProperty
InfoForegroundProperty System.Windows.DependencyProperty
IsChangeFieldOfViewEnabledProperty System.Windows.DependencyProperty
IsHeadlightEnabledProperty System.Windows.DependencyProperty
IsInertiaEnabledProperty System.Windows.DependencyProperty
IsPanEnabledProperty System.Windows.DependencyProperty
IsRotationEnabledProperty System.Windows.DependencyProperty
IsTouchZoomEnabledProperty System.Windows.DependencyProperty
IsZoomEnabledProperty System.Windows.DependencyProperty
LeftRightPanSensitivityProperty System.Windows.DependencyProperty
LeftRightRotationSensitivityProperty System.Windows.DependencyProperty
LeftViewGestureProperty System.Windows.DependencyProperty
LookAtChangedEvent System.Windows.RoutedEvent
MaximumFieldOfViewProperty System.Windows.DependencyProperty
MinimumFieldOfViewProperty System.Windows.DependencyProperty
ModelUpDirectionProperty System.Windows.DependencyProperty
OrthographicProperty System.Windows.DependencyProperty
OrthographicToggleGestureProperty System.Windows.DependencyProperty
PageUpDownZoomSensitivityProperty System.Windows.DependencyProperty
PanCursorProperty System.Windows.DependencyProperty
PanGesture2Property System.Windows.DependencyProperty
PanGestureProperty System.Windows.DependencyProperty
ResetCameraGestureProperty System.Windows.DependencyProperty
ResetCameraKeyGestureProperty System.Windows.DependencyProperty
RightViewGestureProperty System.Windows.DependencyProperty
RotateAroundMouseDownPointProperty System.Windows.DependencyProperty
RotateCursorProperty System.Windows.DependencyProperty
RotateGesture2Property System.Windows.DependencyProperty
RotateGestureProperty System.Windows.DependencyProperty
RotationSensitivityProperty System.Windows.DependencyProperty
ShowCameraInfoProperty System.Windows.DependencyProperty
ShowCameraTargetProperty System.Windows.DependencyProperty
ShowCoordinateSystemProperty System.Windows.DependencyProperty
ShowFieldOfViewProperty System.Windows.DependencyProperty
ShowFrameRateProperty System.Windows.DependencyProperty
ShowTriangleCountInfoProperty System.Windows.DependencyProperty
ShowViewCubeProperty System.Windows.DependencyProperty
StatusProperty System.Windows.DependencyProperty
SubTitleProperty System.Windows.DependencyProperty
SubTitleSizeProperty System.Windows.DependencyProperty
TextBrushProperty System.Windows.DependencyProperty
TitleBackgroundProperty System.Windows.DependencyProperty
TitleFontFamilyProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
TitleSizeProperty System.Windows.DependencyProperty
TopViewGestureProperty System.Windows.DependencyProperty
TouchModeProperty System.Windows.DependencyProperty
TriangleCountInfoProperty System.Windows.DependencyProperty
UpDownPanSensitivityProperty System.Windows.DependencyProperty
UpDownRotationSensitivityProperty System.Windows.DependencyProperty
ViewCubeBackTextProperty System.Windows.DependencyProperty
ViewCubeBottomTextProperty System.Windows.DependencyProperty
ViewCubeFrontTextProperty System.Windows.DependencyProperty
ViewCubeHeightProperty System.Windows.DependencyProperty
ViewCubeHorizontalPositionProperty System.Windows.DependencyProperty
ViewCubeLeftTextProperty System.Windows.DependencyProperty
ViewCubeOpacityProperty System.Windows.DependencyProperty
ViewCubeRightTextProperty System.Windows.DependencyProperty
ViewCubeTopTextProperty System.Windows.DependencyProperty
ViewCubeVerticalPositionProperty System.Windows.DependencyProperty
ViewCubeWidthProperty System.Windows.DependencyProperty
ZoomAroundMouseDownPointProperty System.Windows.DependencyProperty
ZoomCursorProperty System.Windows.DependencyProperty
ZoomExtentsGestureProperty System.Windows.DependencyProperty
ZoomExtentsWhenLoadedProperty System.Windows.DependencyProperty
ZoomGesture2Property System.Windows.DependencyProperty
ZoomGestureProperty System.Windows.DependencyProperty
ZoomRectangleCursorProperty System.Windows.DependencyProperty
ZoomRectangleGestureProperty System.Windows.DependencyProperty
ZoomSensitivityProperty System.Windows.DependencyProperty
ZoomedByRectangleEvent System.Windows.RoutedEvent

Public Methods

Method Description
ChangeCameraDirection ( System.Windows.Media.Media3D.Vector3D newDirection, double animationTime ) : void

Changes the camera direction.

Copy ( ) : void

Copies the view to the clipboard.

CopyXaml ( ) : void

Copies the view to the clipboard as xaml.

Export ( string fileName ) : void

Exports the view to the specified file name.

Exporters.Filter contains all supported export file types.

FindNearest ( Point pt, System.Windows.Media.Media3D.Point3D &pos, System.Windows.Media.Media3D.Vector3D &normal, DependencyObject &obj ) : bool

Finds the nearest object.

FindNearestPoint ( Point pt ) : Point3D?

Finds the nearest point.

FindNearestVisual ( Point pt ) : System.Windows.Media.Media3D.Visual3D

Finds the nearest visual.

LookAt ( System.Windows.Media.Media3D.Point3D p ) : void

Change the camera to look at the specified point.

LookAt ( System.Windows.Media.Media3D.Point3D p, System.Windows.Media.Media3D.Vector3D direction, double animationTime ) : void

Change the camera to look at the specified point.

LookAt ( System.Windows.Media.Media3D.Point3D p, double animationTime ) : void

Change the camera to look at the specified point.

LookAt ( System.Windows.Media.Media3D.Point3D p, double distance, double animationTime ) : void

Change the camera to look at the specified point.

OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call .

ResetCamera ( ) : void

Resets the camera.

SetView ( System.Windows.Media.Media3D.Point3D newPosition, System.Windows.Media.Media3D.Vector3D newDirection, System.Windows.Media.Media3D.Vector3D newUpDirection, double animationTime ) : void

Change the camera position and directions.

ZoomExtents ( System.Windows.Media.Media3D.Rect3D bounds, double animationTime ) : void

Zooms to the extents of the specified bounding box.

ZoomExtents ( double animationTime ) : void

Zooms to the extents of the sceen.

Protected Methods

Method Description
OnCameraChanged ( ) : void

Called when the camera is changed.

OnHeadlightChanged ( ) : void

Called when headlight is changed.

OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void

Invoked when the P:System.Windows.Controls.ItemsControl.Items property changes.

OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void

Called when the P:System.Windows.Controls.ItemsControl.ItemsSource property changes.

OnLookAtChanged ( ) : void

Raises the LookAtChanged event.

OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class.

OnZoomedByRectangle ( ) : void

Raises the ZoomedByRectangle event.

RaiseCameraChangedEvent ( ) : void

Raises the camera changed event.

Private Methods

Method Description
AddItems ( IEnumerable newValue ) : void

Adds the specified items.

AnimateOpacity ( IAnimatable obj, double targetOpacity, double animationTime ) : void

Animates the opacity of the specified animatable object.

CameraPropertyChanged ( object sender, EventArgs e ) : void

The camera_ changed.

CameraRotationModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The camera rotation mode changed.

CompositionTargetRendering ( object sender, EventArgs e ) : void

Handles the Rendering event of the CompositionTarget control.

CopyHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

The copy command handler.

HeadlightChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The headlight changed.

HelixViewport3D ( ) : System

Initializes static members of the HelixViewport3D class. Initializes static members of the class.

OnCameraRotationModeChanged ( ) : void

The on camera rotation mode changed.

OnControlLoaded ( object sender, RoutedEventArgs e ) : void

Called when the control is loaded.

OnControlUnloaded ( object sender, RoutedEventArgs e ) : void

Called when the control is unloaded.

OnOrthographicChanged ( ) : void

Called when the camera type is changed.

OnShowFrameRateChanged ( ) : void

The on show frame rate changed.

OnShowTriangleCountInfoChanged ( ) : void

The on show triangle count info changed.

OrthographicChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The orthographic changed.

OrthographicToggle ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

The orthographic toggle.

RemoveItems ( IEnumerable oldValue ) : void

Removes the specified items.

ShowCameraInfoChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when the ShowCameraInfo is changed.

ShowFieldOfViewChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when ShowFieldOfView is changed.

SubscribeToRenderingEvent ( ) : void

The subscribe to rendering event.

UnsubscribeRenderingEvent ( ) : void

The unsubscribe rendering event.

UpdateCameraInfo ( ) : void

Updates the camera info.

UpdateFieldOfViewInfo ( ) : void

The update field of view info.

UpdateRenderingEventSubscription ( ) : void

The update rendering event subscription.

ViewCubeViewportMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Called when the mouse enters the view cube.

ViewCubeViewportMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Called when the mouse leaves the view cube.

Method Details

ChangeCameraDirection() public method

Changes the camera direction.
public ChangeCameraDirection ( System.Windows.Media.Media3D.Vector3D newDirection, double animationTime ) : void
newDirection System.Windows.Media.Media3D.Vector3D /// The new direction. ///
animationTime double /// The animation time. ///
return void

Copy() public method

Copies the view to the clipboard.
public Copy ( ) : void
return void

CopyXaml() public method

Copies the view to the clipboard as xaml.
public CopyXaml ( ) : void
return void

Export() public method

Exports the view to the specified file name.
Exporters.Filter contains all supported export file types.
public Export ( string fileName ) : void
fileName string /// Name of the file. ///
return void

FindNearest() public method

Finds the nearest object.
public FindNearest ( Point pt, System.Windows.Media.Media3D.Point3D &pos, System.Windows.Media.Media3D.Vector3D &normal, DependencyObject &obj ) : bool
pt Point /// The pt. ///
pos System.Windows.Media.Media3D.Point3D /// The pos. ///
normal System.Windows.Media.Media3D.Vector3D /// The normal. ///
obj System.Windows.DependencyObject /// The obj. ///
return bool

FindNearestPoint() public method

Finds the nearest point.
public FindNearestPoint ( Point pt ) : Point3D?
pt Point /// The pt. ///
return Point3D?

FindNearestVisual() public method

Finds the nearest visual.
public FindNearestVisual ( Point pt ) : System.Windows.Media.Media3D.Visual3D
pt Point /// The pt. ///
return System.Windows.Media.Media3D.Visual3D

LookAt() public method

Change the camera to look at the specified point.
public LookAt ( System.Windows.Media.Media3D.Point3D p ) : void
p System.Windows.Media.Media3D.Point3D /// The point. ///
return void

LookAt() public method

Change the camera to look at the specified point.
public LookAt ( System.Windows.Media.Media3D.Point3D p, System.Windows.Media.Media3D.Vector3D direction, double animationTime ) : void
p System.Windows.Media.Media3D.Point3D /// The point. ///
direction System.Windows.Media.Media3D.Vector3D /// The direction. ///
animationTime double /// The animation time. ///
return void

LookAt() public method

Change the camera to look at the specified point.
public LookAt ( System.Windows.Media.Media3D.Point3D p, double animationTime ) : void
p System.Windows.Media.Media3D.Point3D /// The point. ///
animationTime double /// The animation time. ///
return void

LookAt() public method

Change the camera to look at the specified point.
public LookAt ( System.Windows.Media.Media3D.Point3D p, double distance, double animationTime ) : void
p System.Windows.Media.Media3D.Point3D /// The point. ///
distance double /// The distance. ///
animationTime double /// The animation time. ///
return void

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes call .
public OnApplyTemplate ( ) : void
return void

OnCameraChanged() protected method

Called when the camera is changed.
protected OnCameraChanged ( ) : void
return void

OnHeadlightChanged() protected method

Called when headlight is changed.
protected OnHeadlightChanged ( ) : void
return void

OnItemsChanged() protected method

Invoked when the P:System.Windows.Controls.ItemsControl.Items property changes.
protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs /// Information about the change. ///
return void

OnItemsSourceChanged() protected method

Called when the P:System.Windows.Controls.ItemsControl.ItemsSource property changes.
protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable Old value of the property.
newValue IEnumerable New value of the property.
return void

OnLookAtChanged() protected method

Raises the LookAtChanged event.
protected OnLookAtChanged ( ) : void
return void

OnMouseMove() protected method

Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class.
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs /// The that contains the event data. ///
return void

OnZoomedByRectangle() protected method

Raises the ZoomedByRectangle event.
protected OnZoomedByRectangle ( ) : void
return void

RaiseCameraChangedEvent() protected method

Raises the camera changed event.
protected RaiseCameraChangedEvent ( ) : void
return void

ResetCamera() public method

Resets the camera.
public ResetCamera ( ) : void
return void

SetView() public method

Change the camera position and directions.
public SetView ( System.Windows.Media.Media3D.Point3D newPosition, System.Windows.Media.Media3D.Vector3D newDirection, System.Windows.Media.Media3D.Vector3D newUpDirection, double animationTime ) : void
newPosition System.Windows.Media.Media3D.Point3D /// The new camera position. ///
newDirection System.Windows.Media.Media3D.Vector3D /// The new camera look direction. ///
newUpDirection System.Windows.Media.Media3D.Vector3D /// The new camera up direction. ///
animationTime double /// The animation time. ///
return void

ZoomExtents() public method

Zooms to the extents of the specified bounding box.
public ZoomExtents ( System.Windows.Media.Media3D.Rect3D bounds, double animationTime ) : void
bounds System.Windows.Media.Media3D.Rect3D /// The bounding box. ///
animationTime double /// The animation time. ///
return void

ZoomExtents() public method

Zooms to the extents of the sceen.
public ZoomExtents ( double animationTime ) : void
animationTime double /// The animation time. ///
return void

Property Details

BackViewGestureProperty public_oe static_oe property

Identifies the BackViewGesture dependency property.
public static DependencyProperty,System.Windows BackViewGestureProperty
return System.Windows.DependencyProperty

BottomViewGestureProperty public_oe static_oe property

Identifies the BottomViewGesture dependency property.
public static DependencyProperty,System.Windows BottomViewGestureProperty
return System.Windows.DependencyProperty

CameraChangedEvent public_oe static_oe property

The camera changed event.
public static RoutedEvent,System.Windows CameraChangedEvent
return System.Windows.RoutedEvent

CameraInertiaFactorProperty public_oe static_oe property

Identifies the CameraInertiaFactor dependency property.
public static DependencyProperty,System.Windows CameraInertiaFactorProperty
return System.Windows.DependencyProperty

CameraInfoProperty public_oe static_oe property

Identifies the CameraInfo dependency property.
public static DependencyProperty,System.Windows CameraInfoProperty
return System.Windows.DependencyProperty

CameraModeProperty public_oe static_oe property

Identifies the CameraMode dependency property.
public static DependencyProperty,System.Windows CameraModeProperty
return System.Windows.DependencyProperty

CameraRotationModeProperty public_oe static_oe property

Identifies the CameraRotationMode dependency property.
public static DependencyProperty,System.Windows CameraRotationModeProperty
return System.Windows.DependencyProperty

ChangeFieldOfViewCursorProperty public_oe static_oe property

Identifies the ChangeFieldOfViewCursor dependency property.
public static DependencyProperty,System.Windows ChangeFieldOfViewCursorProperty
return System.Windows.DependencyProperty

ChangeFieldOfViewGestureProperty public_oe static_oe property

Identifies the ChangeFieldOfViewGesture dependency property.
public static DependencyProperty,System.Windows ChangeFieldOfViewGestureProperty
return System.Windows.DependencyProperty

ChangeLookAtGestureProperty public_oe static_oe property

Identifies the ChangeLookAtGesture dependency property.
public static DependencyProperty,System.Windows ChangeLookAtGestureProperty
return System.Windows.DependencyProperty

CoordinateSystemHeightProperty public_oe static_oe property

Identifies the CoordinateSystemHeight dependency property.
public static DependencyProperty,System.Windows CoordinateSystemHeightProperty
return System.Windows.DependencyProperty

CoordinateSystemHorizontalPositionProperty public_oe static_oe property

Identifies the CoordinateSystemHorizontalPosition dependency property.
public static DependencyProperty,System.Windows CoordinateSystemHorizontalPositionProperty
return System.Windows.DependencyProperty

CoordinateSystemLabelForegroundProperty public_oe static_oe property

Identifies the CoordinateSystemLabelForeground dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelForegroundProperty
return System.Windows.DependencyProperty

CoordinateSystemLabelXProperty public_oe static_oe property

Identifies the CoordinateSystemLabelX dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelXProperty
return System.Windows.DependencyProperty

CoordinateSystemLabelYProperty public_oe static_oe property

Identifies the CoordinateSystemLabelY dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelYProperty
return System.Windows.DependencyProperty

CoordinateSystemLabelZProperty public_oe static_oe property

Identifies the CoordinateSystemLabelZ dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelZProperty
return System.Windows.DependencyProperty

CoordinateSystemVerticalPositionProperty public_oe static_oe property

Identifies the CoordinateSystemVerticalPosition dependency property.
public static DependencyProperty,System.Windows CoordinateSystemVerticalPositionProperty
return System.Windows.DependencyProperty

CoordinateSystemWidthProperty public_oe static_oe property

Identifies the CoordinateSystemWidth dependency property.
public static DependencyProperty,System.Windows CoordinateSystemWidthProperty
return System.Windows.DependencyProperty

CurrentPositionProperty public_oe static_oe property

Identifies the CurrentPosition dependency property.
public static DependencyProperty,System.Windows CurrentPositionProperty
return System.Windows.DependencyProperty

DebugInfoProperty public_oe static_oe property

Identifies the DebugInfo dependency property.
public static DependencyProperty,System.Windows DebugInfoProperty
return System.Windows.DependencyProperty

DefaultCameraProperty public_oe static_oe property

Identifies the DefaultCamera dependency property.
public static DependencyProperty,System.Windows DefaultCameraProperty
return System.Windows.DependencyProperty

EnableCurrentPositionProperty public_oe static_oe property

Identifies the EnableCurrentPosition dependency property.
public static DependencyProperty,System.Windows EnableCurrentPositionProperty
return System.Windows.DependencyProperty

FieldOfViewTextProperty public_oe static_oe property

Identifies the FieldOfViewText dependency property.
public static DependencyProperty,System.Windows FieldOfViewTextProperty
return System.Windows.DependencyProperty

FrameRateProperty public_oe static_oe property

Identifies the FrameRate dependency property.
public static DependencyProperty,System.Windows FrameRateProperty
return System.Windows.DependencyProperty

FrameRateTextProperty public_oe static_oe property

Identifies the FrameRateText dependency property.
public static DependencyProperty,System.Windows FrameRateTextProperty
return System.Windows.DependencyProperty

FrontViewGestureProperty public_oe static_oe property

Identifies the FrontViewGesture dependency property.
public static DependencyProperty,System.Windows FrontViewGestureProperty
return System.Windows.DependencyProperty

InfiniteSpinProperty public_oe static_oe property

Identifies the InfiniteSpin dependency property.
public static DependencyProperty,System.Windows InfiniteSpinProperty
return System.Windows.DependencyProperty

InfoBackgroundProperty public_oe static_oe property

Identifies the InfoBackground dependency property.
public static DependencyProperty,System.Windows InfoBackgroundProperty
return System.Windows.DependencyProperty

InfoForegroundProperty public_oe static_oe property

Identifies the InfoForeground dependency property.
public static DependencyProperty,System.Windows InfoForegroundProperty
return System.Windows.DependencyProperty

IsChangeFieldOfViewEnabledProperty public_oe static_oe property

Identifies the IsChangeFieldOfViewEnabled dependency property.
public static DependencyProperty,System.Windows IsChangeFieldOfViewEnabledProperty
return System.Windows.DependencyProperty

IsHeadlightEnabledProperty public_oe static_oe property

Identifies the IsHeadlightEnabled dependency property.
public static DependencyProperty,System.Windows IsHeadlightEnabledProperty
return System.Windows.DependencyProperty

IsInertiaEnabledProperty public_oe static_oe property

Identifies the IsInertiaEnabled dependency property.
public static DependencyProperty,System.Windows IsInertiaEnabledProperty
return System.Windows.DependencyProperty

IsPanEnabledProperty public_oe static_oe property

Identifies the IsPanEnabled dependency property.
public static DependencyProperty,System.Windows IsPanEnabledProperty
return System.Windows.DependencyProperty

IsRotationEnabledProperty public_oe static_oe property

Identifies the IsRotationEnabled dependency property.
public static DependencyProperty,System.Windows IsRotationEnabledProperty
return System.Windows.DependencyProperty

IsTouchZoomEnabledProperty public_oe static_oe property

Identifies the IsTouchZoomEnabled dependency property.
public static DependencyProperty,System.Windows IsTouchZoomEnabledProperty
return System.Windows.DependencyProperty

IsZoomEnabledProperty public_oe static_oe property

Identifies the IsZoomEnabled dependency property.
public static DependencyProperty,System.Windows IsZoomEnabledProperty
return System.Windows.DependencyProperty

LeftRightPanSensitivityProperty public_oe static_oe property

Identifies the LeftRightPanSensitivity dependency property.
public static DependencyProperty,System.Windows LeftRightPanSensitivityProperty
return System.Windows.DependencyProperty

LeftRightRotationSensitivityProperty public_oe static_oe property

Identifies the LeftRightRotationSensitivity dependency property.
public static DependencyProperty,System.Windows LeftRightRotationSensitivityProperty
return System.Windows.DependencyProperty

LeftViewGestureProperty public_oe static_oe property

Identifies the LeftViewGesture dependency property.
public static DependencyProperty,System.Windows LeftViewGestureProperty
return System.Windows.DependencyProperty

LookAtChangedEvent public_oe static_oe property

The look at (target) point changed event
public static RoutedEvent,System.Windows LookAtChangedEvent
return System.Windows.RoutedEvent

MaximumFieldOfViewProperty public_oe static_oe property

Identifies the MaximumFieldOfView dependency property.
public static DependencyProperty,System.Windows MaximumFieldOfViewProperty
return System.Windows.DependencyProperty

MinimumFieldOfViewProperty public_oe static_oe property

Identifies the MinimumFieldOfView dependency property.
public static DependencyProperty,System.Windows MinimumFieldOfViewProperty
return System.Windows.DependencyProperty

ModelUpDirectionProperty public_oe static_oe property

Identifies the ModelUpDirection dependency property.
public static DependencyProperty,System.Windows ModelUpDirectionProperty
return System.Windows.DependencyProperty

OrthographicProperty public_oe static_oe property

Identifies the Orthographic dependency property.
public static DependencyProperty,System.Windows OrthographicProperty
return System.Windows.DependencyProperty

OrthographicToggleGestureProperty public_oe static_oe property

Identifies the OrthographicToggleGesture dependency property.
public static DependencyProperty,System.Windows OrthographicToggleGestureProperty
return System.Windows.DependencyProperty

PageUpDownZoomSensitivityProperty public_oe static_oe property

Identifies the PageUpDownZoomSensitivity dependency property.
public static DependencyProperty,System.Windows PageUpDownZoomSensitivityProperty
return System.Windows.DependencyProperty

PanCursorProperty public_oe static_oe property

Identifies the PanCursor dependency property.
public static DependencyProperty,System.Windows PanCursorProperty
return System.Windows.DependencyProperty

PanGesture2Property public_oe static_oe property

Identifies the PanGesture2 dependency property.
public static DependencyProperty,System.Windows PanGesture2Property
return System.Windows.DependencyProperty

PanGestureProperty public_oe static_oe property

Identifies the PanGesture dependency property.
public static DependencyProperty,System.Windows PanGestureProperty
return System.Windows.DependencyProperty

ResetCameraGestureProperty public_oe static_oe property

Identifies the ResetCameraGesture dependency property.
public static DependencyProperty,System.Windows ResetCameraGestureProperty
return System.Windows.DependencyProperty

ResetCameraKeyGestureProperty public_oe static_oe property

Identifies the ResetCameraKeyGesture dependency property.
public static DependencyProperty,System.Windows ResetCameraKeyGestureProperty
return System.Windows.DependencyProperty

RightViewGestureProperty public_oe static_oe property

Identifies the RightViewGesture dependency property.
public static DependencyProperty,System.Windows RightViewGestureProperty
return System.Windows.DependencyProperty

RotateAroundMouseDownPointProperty public_oe static_oe property

Identifies the RotateAroundMouseDownPoint dependency property.
public static DependencyProperty,System.Windows RotateAroundMouseDownPointProperty
return System.Windows.DependencyProperty

RotateCursorProperty public_oe static_oe property

Identifies the RotateCursor dependency property.
public static DependencyProperty,System.Windows RotateCursorProperty
return System.Windows.DependencyProperty

RotateGesture2Property public_oe static_oe property

Identifies the RotateGesture2 dependency property.
public static DependencyProperty,System.Windows RotateGesture2Property
return System.Windows.DependencyProperty

RotateGestureProperty public_oe static_oe property

Identifies the RotateGesture dependency property.
public static DependencyProperty,System.Windows RotateGestureProperty
return System.Windows.DependencyProperty

RotationSensitivityProperty public_oe static_oe property

Identifies the RotationSensitivity dependency property.
public static DependencyProperty,System.Windows RotationSensitivityProperty
return System.Windows.DependencyProperty

ShowCameraInfoProperty public_oe static_oe property

Identifies the ShowCameraInfo dependency property.
public static DependencyProperty,System.Windows ShowCameraInfoProperty
return System.Windows.DependencyProperty

ShowCameraTargetProperty public_oe static_oe property

Identifies the ShowCameraTarget dependency property.
public static DependencyProperty,System.Windows ShowCameraTargetProperty
return System.Windows.DependencyProperty

ShowCoordinateSystemProperty public_oe static_oe property

Identifies the ShowCoordinateSystem dependency property.
public static DependencyProperty,System.Windows ShowCoordinateSystemProperty
return System.Windows.DependencyProperty

ShowFieldOfViewProperty public_oe static_oe property

Identifies the ShowFieldOfView dependency property.
public static DependencyProperty,System.Windows ShowFieldOfViewProperty
return System.Windows.DependencyProperty

ShowFrameRateProperty public_oe static_oe property

Identifies the ShowFrameRate dependency property.
public static DependencyProperty,System.Windows ShowFrameRateProperty
return System.Windows.DependencyProperty

ShowTriangleCountInfoProperty public_oe static_oe property

Identifies the ShowTriangleCountInfo dependency property.
public static DependencyProperty,System.Windows ShowTriangleCountInfoProperty
return System.Windows.DependencyProperty

ShowViewCubeProperty public_oe static_oe property

Identifies the ShowViewCube dependency property.
public static DependencyProperty,System.Windows ShowViewCubeProperty
return System.Windows.DependencyProperty

StatusProperty public_oe static_oe property

Identifies the Status dependency property.
public static DependencyProperty,System.Windows StatusProperty
return System.Windows.DependencyProperty

SubTitleProperty public_oe static_oe property

Identifies the SubTitle dependency property.
public static DependencyProperty,System.Windows SubTitleProperty
return System.Windows.DependencyProperty

SubTitleSizeProperty public_oe static_oe property

Identifies the SubTitleSize dependency property.
public static DependencyProperty,System.Windows SubTitleSizeProperty
return System.Windows.DependencyProperty

TextBrushProperty public_oe static_oe property

Identifies the TextBrush dependency property.
public static DependencyProperty,System.Windows TextBrushProperty
return System.Windows.DependencyProperty

TitleBackgroundProperty public_oe static_oe property

Identifies the TitleBackground dependency property.
public static DependencyProperty,System.Windows TitleBackgroundProperty
return System.Windows.DependencyProperty

TitleFontFamilyProperty public_oe static_oe property

Identifies the TitleFontFamily dependency property.
public static DependencyProperty,System.Windows TitleFontFamilyProperty
return System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
return System.Windows.DependencyProperty

TitleSizeProperty public_oe static_oe property

Identifies the TitleSize dependency property.
public static DependencyProperty,System.Windows TitleSizeProperty
return System.Windows.DependencyProperty

TopViewGestureProperty public_oe static_oe property

Identifies the TopViewGesture dependency property.
public static DependencyProperty,System.Windows TopViewGestureProperty
return System.Windows.DependencyProperty

TouchModeProperty public_oe static_oe property

Identifies the TouchMode dependency property.
public static DependencyProperty,System.Windows TouchModeProperty
return System.Windows.DependencyProperty

TriangleCountInfoProperty public_oe static_oe property

Identifies the TriangleCountInfo dependency property.
public static DependencyProperty,System.Windows TriangleCountInfoProperty
return System.Windows.DependencyProperty

UpDownPanSensitivityProperty public_oe static_oe property

Identifies the UpDownPanSensitivity dependency property.
public static DependencyProperty,System.Windows UpDownPanSensitivityProperty
return System.Windows.DependencyProperty

UpDownRotationSensitivityProperty public_oe static_oe property

Identifies the UpDownRotationSensitivity dependency property.
public static DependencyProperty,System.Windows UpDownRotationSensitivityProperty
return System.Windows.DependencyProperty

ViewCubeBackTextProperty public_oe static_oe property

Identifies the ViewCubeBackText dependency property.
public static DependencyProperty,System.Windows ViewCubeBackTextProperty
return System.Windows.DependencyProperty

ViewCubeBottomTextProperty public_oe static_oe property

Identifies the ViewCubeBottomText dependency property.
public static DependencyProperty,System.Windows ViewCubeBottomTextProperty
return System.Windows.DependencyProperty

ViewCubeFrontTextProperty public_oe static_oe property

Identifies the ViewCubeFrontText dependency property.
public static DependencyProperty,System.Windows ViewCubeFrontTextProperty
return System.Windows.DependencyProperty

ViewCubeHeightProperty public_oe static_oe property

Identifies the ViewCubeHeight dependency property.
public static DependencyProperty,System.Windows ViewCubeHeightProperty
return System.Windows.DependencyProperty

ViewCubeHorizontalPositionProperty public_oe static_oe property

Identifies the ViewCubeHorizontalPosition dependency property.
public static DependencyProperty,System.Windows ViewCubeHorizontalPositionProperty
return System.Windows.DependencyProperty

ViewCubeLeftTextProperty public_oe static_oe property

Identifies the ViewCubeLeftText dependency property.
public static DependencyProperty,System.Windows ViewCubeLeftTextProperty
return System.Windows.DependencyProperty

ViewCubeOpacityProperty public_oe static_oe property

Identifies the ViewCubeOpacity dependency property.
public static DependencyProperty,System.Windows ViewCubeOpacityProperty
return System.Windows.DependencyProperty

ViewCubeRightTextProperty public_oe static_oe property

Identifies the ViewCubeRightText dependency property.
public static DependencyProperty,System.Windows ViewCubeRightTextProperty
return System.Windows.DependencyProperty

ViewCubeTopTextProperty public_oe static_oe property

Identifies the ViewCubeTopText dependency property.
public static DependencyProperty,System.Windows ViewCubeTopTextProperty
return System.Windows.DependencyProperty

ViewCubeVerticalPositionProperty public_oe static_oe property

Identifies the ViewCubeVerticalPosition dependency property.
public static DependencyProperty,System.Windows ViewCubeVerticalPositionProperty
return System.Windows.DependencyProperty

ViewCubeWidthProperty public_oe static_oe property

Identifies the ViewCubeWidth dependency property.
public static DependencyProperty,System.Windows ViewCubeWidthProperty
return System.Windows.DependencyProperty

ZoomAroundMouseDownPointProperty public_oe static_oe property

Identifies the ZoomAroundMouseDownPoint dependency property.
public static DependencyProperty,System.Windows ZoomAroundMouseDownPointProperty
return System.Windows.DependencyProperty

ZoomCursorProperty public_oe static_oe property

Identifies the ZoomCursor dependency property.
public static DependencyProperty,System.Windows ZoomCursorProperty
return System.Windows.DependencyProperty

ZoomExtentsGestureProperty public_oe static_oe property

Identifies the ZoomExtentsGesture dependency property.
public static DependencyProperty,System.Windows ZoomExtentsGestureProperty
return System.Windows.DependencyProperty

ZoomExtentsWhenLoadedProperty public_oe static_oe property

Identifies the ZoomExtentsWhenLoaded dependency property.
public static DependencyProperty,System.Windows ZoomExtentsWhenLoadedProperty
return System.Windows.DependencyProperty

ZoomGesture2Property public_oe static_oe property

Identifies the ZoomGesture2 dependency property.
public static DependencyProperty,System.Windows ZoomGesture2Property
return System.Windows.DependencyProperty

ZoomGestureProperty public_oe static_oe property

Identifies the ZoomGesture dependency property.
public static DependencyProperty,System.Windows ZoomGestureProperty
return System.Windows.DependencyProperty

ZoomRectangleCursorProperty public_oe static_oe property

Identifies the ZoomRectangleCursor dependency property.
public static DependencyProperty,System.Windows ZoomRectangleCursorProperty
return System.Windows.DependencyProperty

ZoomRectangleGestureProperty public_oe static_oe property

Identifies the ZoomRectangleGesture dependency property.
public static DependencyProperty,System.Windows ZoomRectangleGestureProperty
return System.Windows.DependencyProperty

ZoomSensitivityProperty public_oe static_oe property

Identifies the ZoomSensitivity dependency property.
public static DependencyProperty,System.Windows ZoomSensitivityProperty
return System.Windows.DependencyProperty

ZoomedByRectangleEvent public_oe static_oe property

The zoomed by rectangle event
public static RoutedEvent,System.Windows ZoomedByRectangleEvent
return System.Windows.RoutedEvent