C# Class HelixToolkit.Wpf.HelixViewport3D

Inheritance: System.Windows.Controls.ItemsControl, IHelixViewport3D
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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. ///
Résultat void

Copy() public méthode

Copies the view to the clipboard.
public Copy ( ) : void
Résultat void

CopyXaml() public méthode

Copies the view to the clipboard as xaml.
public CopyXaml ( ) : void
Résultat void

Export() public méthode

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. ///
Résultat void

FindNearest() public méthode

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. ///
Résultat bool

FindNearestPoint() public méthode

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

FindNearestVisual() public méthode

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

LookAt() public méthode

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. ///
Résultat void

LookAt() public méthode

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. ///
Résultat void

LookAt() public méthode

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. ///
Résultat void

LookAt() public méthode

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. ///
Résultat void

OnApplyTemplate() public méthode

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

OnCameraChanged() protected méthode

Called when the camera is changed.
protected OnCameraChanged ( ) : void
Résultat void

OnHeadlightChanged() protected méthode

Called when headlight is changed.
protected OnHeadlightChanged ( ) : void
Résultat void

OnItemsChanged() protected méthode

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. ///
Résultat void

OnItemsSourceChanged() protected méthode

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.
Résultat void

OnLookAtChanged() protected méthode

Raises the LookAtChanged event.
protected OnLookAtChanged ( ) : void
Résultat void

OnMouseMove() protected méthode

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. ///
Résultat void

OnZoomedByRectangle() protected méthode

Raises the ZoomedByRectangle event.
protected OnZoomedByRectangle ( ) : void
Résultat void

RaiseCameraChangedEvent() protected méthode

Raises the camera changed event.
protected RaiseCameraChangedEvent ( ) : void
Résultat void

ResetCamera() public méthode

Resets the camera.
public ResetCamera ( ) : void
Résultat void

SetView() public méthode

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. ///
Résultat void

ZoomExtents() public méthode

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. ///
Résultat void

ZoomExtents() public méthode

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

Property Details

BackViewGestureProperty public_oe static_oe property

Identifies the BackViewGesture dependency property.
public static DependencyProperty,System.Windows BackViewGestureProperty
Résultat System.Windows.DependencyProperty

BottomViewGestureProperty public_oe static_oe property

Identifies the BottomViewGesture dependency property.
public static DependencyProperty,System.Windows BottomViewGestureProperty
Résultat System.Windows.DependencyProperty

CameraChangedEvent public_oe static_oe property

The camera changed event.
public static RoutedEvent,System.Windows CameraChangedEvent
Résultat System.Windows.RoutedEvent

CameraInertiaFactorProperty public_oe static_oe property

Identifies the CameraInertiaFactor dependency property.
public static DependencyProperty,System.Windows CameraInertiaFactorProperty
Résultat System.Windows.DependencyProperty

CameraInfoProperty public_oe static_oe property

Identifies the CameraInfo dependency property.
public static DependencyProperty,System.Windows CameraInfoProperty
Résultat System.Windows.DependencyProperty

CameraModeProperty public_oe static_oe property

Identifies the CameraMode dependency property.
public static DependencyProperty,System.Windows CameraModeProperty
Résultat System.Windows.DependencyProperty

CameraRotationModeProperty public_oe static_oe property

Identifies the CameraRotationMode dependency property.
public static DependencyProperty,System.Windows CameraRotationModeProperty
Résultat System.Windows.DependencyProperty

ChangeFieldOfViewCursorProperty public_oe static_oe property

Identifies the ChangeFieldOfViewCursor dependency property.
public static DependencyProperty,System.Windows ChangeFieldOfViewCursorProperty
Résultat System.Windows.DependencyProperty

ChangeFieldOfViewGestureProperty public_oe static_oe property

Identifies the ChangeFieldOfViewGesture dependency property.
public static DependencyProperty,System.Windows ChangeFieldOfViewGestureProperty
Résultat System.Windows.DependencyProperty

ChangeLookAtGestureProperty public_oe static_oe property

Identifies the ChangeLookAtGesture dependency property.
public static DependencyProperty,System.Windows ChangeLookAtGestureProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemHeightProperty public_oe static_oe property

Identifies the CoordinateSystemHeight dependency property.
public static DependencyProperty,System.Windows CoordinateSystemHeightProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemHorizontalPositionProperty public_oe static_oe property

Identifies the CoordinateSystemHorizontalPosition dependency property.
public static DependencyProperty,System.Windows CoordinateSystemHorizontalPositionProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemLabelForegroundProperty public_oe static_oe property

Identifies the CoordinateSystemLabelForeground dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelForegroundProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemLabelXProperty public_oe static_oe property

Identifies the CoordinateSystemLabelX dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelXProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemLabelYProperty public_oe static_oe property

Identifies the CoordinateSystemLabelY dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelYProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemLabelZProperty public_oe static_oe property

Identifies the CoordinateSystemLabelZ dependency property.
public static DependencyProperty,System.Windows CoordinateSystemLabelZProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemVerticalPositionProperty public_oe static_oe property

Identifies the CoordinateSystemVerticalPosition dependency property.
public static DependencyProperty,System.Windows CoordinateSystemVerticalPositionProperty
Résultat System.Windows.DependencyProperty

CoordinateSystemWidthProperty public_oe static_oe property

Identifies the CoordinateSystemWidth dependency property.
public static DependencyProperty,System.Windows CoordinateSystemWidthProperty
Résultat System.Windows.DependencyProperty

CurrentPositionProperty public_oe static_oe property

Identifies the CurrentPosition dependency property.
public static DependencyProperty,System.Windows CurrentPositionProperty
Résultat System.Windows.DependencyProperty

DebugInfoProperty public_oe static_oe property

Identifies the DebugInfo dependency property.
public static DependencyProperty,System.Windows DebugInfoProperty
Résultat System.Windows.DependencyProperty

DefaultCameraProperty public_oe static_oe property

Identifies the DefaultCamera dependency property.
public static DependencyProperty,System.Windows DefaultCameraProperty
Résultat System.Windows.DependencyProperty

EnableCurrentPositionProperty public_oe static_oe property

Identifies the EnableCurrentPosition dependency property.
public static DependencyProperty,System.Windows EnableCurrentPositionProperty
Résultat System.Windows.DependencyProperty

FieldOfViewTextProperty public_oe static_oe property

Identifies the FieldOfViewText dependency property.
public static DependencyProperty,System.Windows FieldOfViewTextProperty
Résultat System.Windows.DependencyProperty

FrameRateProperty public_oe static_oe property

Identifies the FrameRate dependency property.
public static DependencyProperty,System.Windows FrameRateProperty
Résultat System.Windows.DependencyProperty

FrameRateTextProperty public_oe static_oe property

Identifies the FrameRateText dependency property.
public static DependencyProperty,System.Windows FrameRateTextProperty
Résultat System.Windows.DependencyProperty

FrontViewGestureProperty public_oe static_oe property

Identifies the FrontViewGesture dependency property.
public static DependencyProperty,System.Windows FrontViewGestureProperty
Résultat System.Windows.DependencyProperty

InfiniteSpinProperty public_oe static_oe property

Identifies the InfiniteSpin dependency property.
public static DependencyProperty,System.Windows InfiniteSpinProperty
Résultat System.Windows.DependencyProperty

InfoBackgroundProperty public_oe static_oe property

Identifies the InfoBackground dependency property.
public static DependencyProperty,System.Windows InfoBackgroundProperty
Résultat System.Windows.DependencyProperty

InfoForegroundProperty public_oe static_oe property

Identifies the InfoForeground dependency property.
public static DependencyProperty,System.Windows InfoForegroundProperty
Résultat System.Windows.DependencyProperty

IsChangeFieldOfViewEnabledProperty public_oe static_oe property

Identifies the IsChangeFieldOfViewEnabled dependency property.
public static DependencyProperty,System.Windows IsChangeFieldOfViewEnabledProperty
Résultat System.Windows.DependencyProperty

IsHeadlightEnabledProperty public_oe static_oe property

Identifies the IsHeadlightEnabled dependency property.
public static DependencyProperty,System.Windows IsHeadlightEnabledProperty
Résultat System.Windows.DependencyProperty

IsInertiaEnabledProperty public_oe static_oe property

Identifies the IsInertiaEnabled dependency property.
public static DependencyProperty,System.Windows IsInertiaEnabledProperty
Résultat System.Windows.DependencyProperty

IsPanEnabledProperty public_oe static_oe property

Identifies the IsPanEnabled dependency property.
public static DependencyProperty,System.Windows IsPanEnabledProperty
Résultat System.Windows.DependencyProperty

IsRotationEnabledProperty public_oe static_oe property

Identifies the IsRotationEnabled dependency property.
public static DependencyProperty,System.Windows IsRotationEnabledProperty
Résultat System.Windows.DependencyProperty

IsTouchZoomEnabledProperty public_oe static_oe property

Identifies the IsTouchZoomEnabled dependency property.
public static DependencyProperty,System.Windows IsTouchZoomEnabledProperty
Résultat System.Windows.DependencyProperty

IsZoomEnabledProperty public_oe static_oe property

Identifies the IsZoomEnabled dependency property.
public static DependencyProperty,System.Windows IsZoomEnabledProperty
Résultat System.Windows.DependencyProperty

LeftRightPanSensitivityProperty public_oe static_oe property

Identifies the LeftRightPanSensitivity dependency property.
public static DependencyProperty,System.Windows LeftRightPanSensitivityProperty
Résultat System.Windows.DependencyProperty

LeftRightRotationSensitivityProperty public_oe static_oe property

Identifies the LeftRightRotationSensitivity dependency property.
public static DependencyProperty,System.Windows LeftRightRotationSensitivityProperty
Résultat System.Windows.DependencyProperty

LeftViewGestureProperty public_oe static_oe property

Identifies the LeftViewGesture dependency property.
public static DependencyProperty,System.Windows LeftViewGestureProperty
Résultat System.Windows.DependencyProperty

LookAtChangedEvent public_oe static_oe property

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

MaximumFieldOfViewProperty public_oe static_oe property

Identifies the MaximumFieldOfView dependency property.
public static DependencyProperty,System.Windows MaximumFieldOfViewProperty
Résultat System.Windows.DependencyProperty

MinimumFieldOfViewProperty public_oe static_oe property

Identifies the MinimumFieldOfView dependency property.
public static DependencyProperty,System.Windows MinimumFieldOfViewProperty
Résultat System.Windows.DependencyProperty

ModelUpDirectionProperty public_oe static_oe property

Identifies the ModelUpDirection dependency property.
public static DependencyProperty,System.Windows ModelUpDirectionProperty
Résultat System.Windows.DependencyProperty

OrthographicProperty public_oe static_oe property

Identifies the Orthographic dependency property.
public static DependencyProperty,System.Windows OrthographicProperty
Résultat System.Windows.DependencyProperty

OrthographicToggleGestureProperty public_oe static_oe property

Identifies the OrthographicToggleGesture dependency property.
public static DependencyProperty,System.Windows OrthographicToggleGestureProperty
Résultat System.Windows.DependencyProperty

PageUpDownZoomSensitivityProperty public_oe static_oe property

Identifies the PageUpDownZoomSensitivity dependency property.
public static DependencyProperty,System.Windows PageUpDownZoomSensitivityProperty
Résultat System.Windows.DependencyProperty

PanCursorProperty public_oe static_oe property

Identifies the PanCursor dependency property.
public static DependencyProperty,System.Windows PanCursorProperty
Résultat System.Windows.DependencyProperty

PanGesture2Property public_oe static_oe property

Identifies the PanGesture2 dependency property.
public static DependencyProperty,System.Windows PanGesture2Property
Résultat System.Windows.DependencyProperty

PanGestureProperty public_oe static_oe property

Identifies the PanGesture dependency property.
public static DependencyProperty,System.Windows PanGestureProperty
Résultat System.Windows.DependencyProperty

ResetCameraGestureProperty public_oe static_oe property

Identifies the ResetCameraGesture dependency property.
public static DependencyProperty,System.Windows ResetCameraGestureProperty
Résultat System.Windows.DependencyProperty

ResetCameraKeyGestureProperty public_oe static_oe property

Identifies the ResetCameraKeyGesture dependency property.
public static DependencyProperty,System.Windows ResetCameraKeyGestureProperty
Résultat System.Windows.DependencyProperty

RightViewGestureProperty public_oe static_oe property

Identifies the RightViewGesture dependency property.
public static DependencyProperty,System.Windows RightViewGestureProperty
Résultat System.Windows.DependencyProperty

RotateAroundMouseDownPointProperty public_oe static_oe property

Identifies the RotateAroundMouseDownPoint dependency property.
public static DependencyProperty,System.Windows RotateAroundMouseDownPointProperty
Résultat System.Windows.DependencyProperty

RotateCursorProperty public_oe static_oe property

Identifies the RotateCursor dependency property.
public static DependencyProperty,System.Windows RotateCursorProperty
Résultat System.Windows.DependencyProperty

RotateGesture2Property public_oe static_oe property

Identifies the RotateGesture2 dependency property.
public static DependencyProperty,System.Windows RotateGesture2Property
Résultat System.Windows.DependencyProperty

RotateGestureProperty public_oe static_oe property

Identifies the RotateGesture dependency property.
public static DependencyProperty,System.Windows RotateGestureProperty
Résultat System.Windows.DependencyProperty

RotationSensitivityProperty public_oe static_oe property

Identifies the RotationSensitivity dependency property.
public static DependencyProperty,System.Windows RotationSensitivityProperty
Résultat System.Windows.DependencyProperty

ShowCameraInfoProperty public_oe static_oe property

Identifies the ShowCameraInfo dependency property.
public static DependencyProperty,System.Windows ShowCameraInfoProperty
Résultat System.Windows.DependencyProperty

ShowCameraTargetProperty public_oe static_oe property

Identifies the ShowCameraTarget dependency property.
public static DependencyProperty,System.Windows ShowCameraTargetProperty
Résultat System.Windows.DependencyProperty

ShowCoordinateSystemProperty public_oe static_oe property

Identifies the ShowCoordinateSystem dependency property.
public static DependencyProperty,System.Windows ShowCoordinateSystemProperty
Résultat System.Windows.DependencyProperty

ShowFieldOfViewProperty public_oe static_oe property

Identifies the ShowFieldOfView dependency property.
public static DependencyProperty,System.Windows ShowFieldOfViewProperty
Résultat System.Windows.DependencyProperty

ShowFrameRateProperty public_oe static_oe property

Identifies the ShowFrameRate dependency property.
public static DependencyProperty,System.Windows ShowFrameRateProperty
Résultat System.Windows.DependencyProperty

ShowTriangleCountInfoProperty public_oe static_oe property

Identifies the ShowTriangleCountInfo dependency property.
public static DependencyProperty,System.Windows ShowTriangleCountInfoProperty
Résultat System.Windows.DependencyProperty

ShowViewCubeProperty public_oe static_oe property

Identifies the ShowViewCube dependency property.
public static DependencyProperty,System.Windows ShowViewCubeProperty
Résultat System.Windows.DependencyProperty

StatusProperty public_oe static_oe property

Identifies the Status dependency property.
public static DependencyProperty,System.Windows StatusProperty
Résultat System.Windows.DependencyProperty

SubTitleProperty public_oe static_oe property

Identifies the SubTitle dependency property.
public static DependencyProperty,System.Windows SubTitleProperty
Résultat System.Windows.DependencyProperty

SubTitleSizeProperty public_oe static_oe property

Identifies the SubTitleSize dependency property.
public static DependencyProperty,System.Windows SubTitleSizeProperty
Résultat System.Windows.DependencyProperty

TextBrushProperty public_oe static_oe property

Identifies the TextBrush dependency property.
public static DependencyProperty,System.Windows TextBrushProperty
Résultat System.Windows.DependencyProperty

TitleBackgroundProperty public_oe static_oe property

Identifies the TitleBackground dependency property.
public static DependencyProperty,System.Windows TitleBackgroundProperty
Résultat System.Windows.DependencyProperty

TitleFontFamilyProperty public_oe static_oe property

Identifies the TitleFontFamily dependency property.
public static DependencyProperty,System.Windows TitleFontFamilyProperty
Résultat System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
Résultat System.Windows.DependencyProperty

TitleSizeProperty public_oe static_oe property

Identifies the TitleSize dependency property.
public static DependencyProperty,System.Windows TitleSizeProperty
Résultat System.Windows.DependencyProperty

TopViewGestureProperty public_oe static_oe property

Identifies the TopViewGesture dependency property.
public static DependencyProperty,System.Windows TopViewGestureProperty
Résultat System.Windows.DependencyProperty

TouchModeProperty public_oe static_oe property

Identifies the TouchMode dependency property.
public static DependencyProperty,System.Windows TouchModeProperty
Résultat System.Windows.DependencyProperty

TriangleCountInfoProperty public_oe static_oe property

Identifies the TriangleCountInfo dependency property.
public static DependencyProperty,System.Windows TriangleCountInfoProperty
Résultat System.Windows.DependencyProperty

UpDownPanSensitivityProperty public_oe static_oe property

Identifies the UpDownPanSensitivity dependency property.
public static DependencyProperty,System.Windows UpDownPanSensitivityProperty
Résultat System.Windows.DependencyProperty

UpDownRotationSensitivityProperty public_oe static_oe property

Identifies the UpDownRotationSensitivity dependency property.
public static DependencyProperty,System.Windows UpDownRotationSensitivityProperty
Résultat System.Windows.DependencyProperty

ViewCubeBackTextProperty public_oe static_oe property

Identifies the ViewCubeBackText dependency property.
public static DependencyProperty,System.Windows ViewCubeBackTextProperty
Résultat System.Windows.DependencyProperty

ViewCubeBottomTextProperty public_oe static_oe property

Identifies the ViewCubeBottomText dependency property.
public static DependencyProperty,System.Windows ViewCubeBottomTextProperty
Résultat System.Windows.DependencyProperty

ViewCubeFrontTextProperty public_oe static_oe property

Identifies the ViewCubeFrontText dependency property.
public static DependencyProperty,System.Windows ViewCubeFrontTextProperty
Résultat System.Windows.DependencyProperty

ViewCubeHeightProperty public_oe static_oe property

Identifies the ViewCubeHeight dependency property.
public static DependencyProperty,System.Windows ViewCubeHeightProperty
Résultat System.Windows.DependencyProperty

ViewCubeHorizontalPositionProperty public_oe static_oe property

Identifies the ViewCubeHorizontalPosition dependency property.
public static DependencyProperty,System.Windows ViewCubeHorizontalPositionProperty
Résultat System.Windows.DependencyProperty

ViewCubeLeftTextProperty public_oe static_oe property

Identifies the ViewCubeLeftText dependency property.
public static DependencyProperty,System.Windows ViewCubeLeftTextProperty
Résultat System.Windows.DependencyProperty

ViewCubeOpacityProperty public_oe static_oe property

Identifies the ViewCubeOpacity dependency property.
public static DependencyProperty,System.Windows ViewCubeOpacityProperty
Résultat System.Windows.DependencyProperty

ViewCubeRightTextProperty public_oe static_oe property

Identifies the ViewCubeRightText dependency property.
public static DependencyProperty,System.Windows ViewCubeRightTextProperty
Résultat System.Windows.DependencyProperty

ViewCubeTopTextProperty public_oe static_oe property

Identifies the ViewCubeTopText dependency property.
public static DependencyProperty,System.Windows ViewCubeTopTextProperty
Résultat System.Windows.DependencyProperty

ViewCubeVerticalPositionProperty public_oe static_oe property

Identifies the ViewCubeVerticalPosition dependency property.
public static DependencyProperty,System.Windows ViewCubeVerticalPositionProperty
Résultat System.Windows.DependencyProperty

ViewCubeWidthProperty public_oe static_oe property

Identifies the ViewCubeWidth dependency property.
public static DependencyProperty,System.Windows ViewCubeWidthProperty
Résultat System.Windows.DependencyProperty

ZoomAroundMouseDownPointProperty public_oe static_oe property

Identifies the ZoomAroundMouseDownPoint dependency property.
public static DependencyProperty,System.Windows ZoomAroundMouseDownPointProperty
Résultat System.Windows.DependencyProperty

ZoomCursorProperty public_oe static_oe property

Identifies the ZoomCursor dependency property.
public static DependencyProperty,System.Windows ZoomCursorProperty
Résultat System.Windows.DependencyProperty

ZoomExtentsGestureProperty public_oe static_oe property

Identifies the ZoomExtentsGesture dependency property.
public static DependencyProperty,System.Windows ZoomExtentsGestureProperty
Résultat System.Windows.DependencyProperty

ZoomExtentsWhenLoadedProperty public_oe static_oe property

Identifies the ZoomExtentsWhenLoaded dependency property.
public static DependencyProperty,System.Windows ZoomExtentsWhenLoadedProperty
Résultat System.Windows.DependencyProperty

ZoomGesture2Property public_oe static_oe property

Identifies the ZoomGesture2 dependency property.
public static DependencyProperty,System.Windows ZoomGesture2Property
Résultat System.Windows.DependencyProperty

ZoomGestureProperty public_oe static_oe property

Identifies the ZoomGesture dependency property.
public static DependencyProperty,System.Windows ZoomGestureProperty
Résultat System.Windows.DependencyProperty

ZoomRectangleCursorProperty public_oe static_oe property

Identifies the ZoomRectangleCursor dependency property.
public static DependencyProperty,System.Windows ZoomRectangleCursorProperty
Résultat System.Windows.DependencyProperty

ZoomRectangleGestureProperty public_oe static_oe property

Identifies the ZoomRectangleGesture dependency property.
public static DependencyProperty,System.Windows ZoomRectangleGestureProperty
Résultat System.Windows.DependencyProperty

ZoomSensitivityProperty public_oe static_oe property

Identifies the ZoomSensitivity dependency property.
public static DependencyProperty,System.Windows ZoomSensitivityProperty
Résultat System.Windows.DependencyProperty

ZoomedByRectangleEvent public_oe static_oe property

The zoomed by rectangle event
public static RoutedEvent,System.Windows ZoomedByRectangleEvent
Résultat System.Windows.RoutedEvent