C# 클래스 HelixToolkit.Wpf.CameraController

Provides a control that manipulates the camera by mouse and keyboard gestures.
상속: System.Windows.Controls.Grid
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackViewCommand System.Windows.Input.RoutedCommand
BottomViewCommand System.Windows.Input.RoutedCommand
CameraModeProperty System.Windows.DependencyProperty
CameraProperty System.Windows.DependencyProperty
CameraRotationModeProperty System.Windows.DependencyProperty
ChangeFieldOfViewCommand System.Windows.Input.RoutedCommand
ChangeFieldOfViewCursorProperty System.Windows.DependencyProperty
ChangeLookAtCommand System.Windows.Input.RoutedCommand
DefaultCameraProperty System.Windows.DependencyProperty
EnabledProperty System.Windows.DependencyProperty
FrontViewCommand System.Windows.Input.RoutedCommand
InertiaFactorProperty System.Windows.DependencyProperty
InfiniteSpinProperty System.Windows.DependencyProperty
IsChangeFieldOfViewEnabledProperty System.Windows.DependencyProperty
IsInertiaEnabledProperty System.Windows.DependencyProperty
IsMoveEnabledProperty 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
LeftViewCommand System.Windows.Input.RoutedCommand
LookAtChangedEvent RoutedEvent
MaximumFieldOfViewProperty DependencyProperty
MinimumFieldOfViewProperty DependencyProperty
ModelUpDirectionProperty DependencyProperty
MoveSensitivityProperty DependencyProperty
PageUpDownZoomSensitivityProperty DependencyProperty
PanCommand RoutedCommand
PanCursorProperty DependencyProperty
ResetCameraCommand RoutedCommand
RightViewCommand RoutedCommand
RotateAroundMouseDownPointProperty DependencyProperty
RotateCommand RoutedCommand
RotateCursorProperty DependencyProperty
RotationSensitivityProperty DependencyProperty
ShowCameraTargetProperty DependencyProperty
SpinReleaseTimeProperty DependencyProperty
TopViewCommand RoutedCommand
TouchModeProperty DependencyProperty
UpDownPanSensitivityProperty DependencyProperty
UpDownRotationSensitivityProperty DependencyProperty
ViewportProperty DependencyProperty
ZoomAroundMouseDownPointProperty DependencyProperty
ZoomCommand RoutedCommand
ZoomCursorProperty DependencyProperty
ZoomExtentsCommand RoutedCommand
ZoomRectangleCommand RoutedCommand
ZoomRectangleCursorProperty DependencyProperty
ZoomSensitivityProperty DependencyProperty
ZoomedByRectangleEvent RoutedEvent

공개 메소드들

메소드 설명
AddMoveForce ( System.Windows.Media.Media3D.Vector3D delta ) : void

Adds the specified move force.

AddMoveForce ( double dx, double dy, double dz ) : void

Adds the specified move force.

AddPanForce ( System.Windows.Media.Media3D.Vector3D pan ) : void

The add pan force.

AddPanForce ( double dx, double dy ) : void

Adds the specified pan force.

AddRotateForce ( double dx, double dy ) : void

The add rotate force.

AddZoomForce ( double delta ) : void

Adds the zoom force.

AddZoomForce ( double delta, System.Windows.Media.Media3D.Point3D zoomOrigin ) : void

Adds the zoom force.

ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, System.Windows.Media.Media3D.Vector3D upDir, double animationTime = 500 ) : void

Changes the direction of the camera.

ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, double animationTime = 500 ) : void

Changes the direction of the camera.

HideRectangle ( ) : void

Hides the rectangle.

HideTargetAdorner ( ) : void

Hides the target adorner.

PushCameraSetting ( ) : void

Push the current camera settings on an internal stack.

ResetCamera ( ) : void

Resets the camera.

ResetCameraUpDirection ( ) : void

Resets the camera up direction.

RestoreCameraSetting ( ) : bool

Restores the most recent camera setting from the internal stack.

ShowRectangle ( Rect rect, Color color1, Color color2 ) : void

Shows the rectangle.

ShowTargetAdorner ( Point position ) : void

Shows the target adorner.

StartSpin ( Vector speed, Point position, Point3D aroundPoint ) : void

Starts the spin.

StopSpin ( ) : void

Stops the spin.

UpdateRectangle ( Rect rect ) : void

Updates the rectangle.

Zoom ( double delta ) : void

Zooms by the specified delta value.

ZoomExtents ( double animationTime = 200 ) : void

Zooms to the extents of the model.

보호된 메소드들

메소드 설명
OnLookAtChanged ( ) : void

Raises the LookAtChanged event.

OnMouseDown ( MouseButtonEventArgs e ) : void

DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationCompleted event occurs.

DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationDelta event occurs.

DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationStarted event occurs.

Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnStylusSystemGesture ( StylusSystemGestureEventArgs e ) : void

Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnZoomedByRectangle ( ) : void

Raises the ZoomedByRectangle event.

비공개 메소드들

메소드 설명
BackViewHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

The back view event handler.

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

The bottom view event handler.

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

The camera changed.

CameraController ( ) : System

Initializes static members of the CameraController class. Initializes static members of the CameraController class. Initializes static members of the class. Initializes static members of the CameraController class. Initializes static members of the class.

CameraControllerLoaded ( object sender, RoutedEventArgs e ) : void

The camera controller_ loaded.

CameraControllerUnloaded ( object sender, RoutedEventArgs e ) : void

Called when the CameraController is unloaded.

Clamp ( double value, double min, double max ) : double

Clamps the specified value between the limits.

FindPanVector ( double dx, double dy ) : System.Windows.Media.Media3D.Vector3D

Finds the pan vector.

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

The front view event handler.

InitializeBindings ( ) : void

Initializes the input bindings.

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

The left view event handler.

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

The on camera changed.

OnCompositionTargetRendering ( object sender, RenderingEventArgs e ) : void

The rendering event handler.

OnKeyDown ( object sender, KeyEventArgs e ) : void

Called when a key is pressed.

OnMouseWheel ( object sender, MouseWheelEventArgs e ) : void

Called when the mouse wheel is moved.

OnTimeStep ( double time ) : void

The on time step.

OnViewportChanged ( ) : void

The on viewport changed.

RefreshViewport ( ) : void

The refresh viewport.

ResetCameraHandler ( object sender, ExecutedRoutedEventArgs e ) : void

The reset camera event handler.

RightViewHandler ( object sender, ExecutedRoutedEventArgs e ) : void

The right view event handler.

StopAnimations ( ) : void

The stop animations.

SubscribeEvents ( ) : void

The subscribe events.

TopViewHandler ( object sender, ExecutedRoutedEventArgs e ) : void

The top view event handler.

UnSubscribeEvents ( ) : void

The un subscribe events.

ViewportChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

The viewport changed.

ZoomExtentsHandler ( object sender, ExecutedRoutedEventArgs e ) : void

The Zoom extents event handler.

메소드 상세

AddMoveForce() 공개 메소드

Adds the specified move force.
public AddMoveForce ( System.Windows.Media.Media3D.Vector3D delta ) : void
delta System.Windows.Media.Media3D.Vector3D /// The delta. ///
리턴 void

AddMoveForce() 공개 메소드

Adds the specified move force.
public AddMoveForce ( double dx, double dy, double dz ) : void
dx double /// The delta x. ///
dy double /// The delta y. ///
dz double /// The delta z. ///
리턴 void

AddPanForce() 공개 메소드

The add pan force.
public AddPanForce ( System.Windows.Media.Media3D.Vector3D pan ) : void
pan System.Windows.Media.Media3D.Vector3D /// The pan. ///
리턴 void

AddPanForce() 공개 메소드

Adds the specified pan force.
public AddPanForce ( double dx, double dy ) : void
dx double /// The delta x. ///
dy double /// The delta y. ///
리턴 void

AddRotateForce() 공개 메소드

The add rotate force.
public AddRotateForce ( double dx, double dy ) : void
dx double /// The delta x. ///
dy double /// The delta y. ///
리턴 void

AddZoomForce() 공개 메소드

Adds the zoom force.
public AddZoomForce ( double delta ) : void
delta double /// The delta. ///
리턴 void

AddZoomForce() 공개 메소드

Adds the zoom force.
public AddZoomForce ( double delta, System.Windows.Media.Media3D.Point3D zoomOrigin ) : void
delta double /// The delta. ///
zoomOrigin System.Windows.Media.Media3D.Point3D /// The zoom origin. ///
리턴 void

ChangeDirection() 공개 메소드

Changes the direction of the camera.
public ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, System.Windows.Media.Media3D.Vector3D upDir, double animationTime = 500 ) : void
lookDir System.Windows.Media.Media3D.Vector3D /// The look direction. ///
upDir System.Windows.Media.Media3D.Vector3D /// The up direction. ///
animationTime double /// The animation time. ///
리턴 void

ChangeDirection() 공개 메소드

Changes the direction of the camera.
public ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, double animationTime = 500 ) : void
lookDir System.Windows.Media.Media3D.Vector3D /// The look direction. ///
animationTime double /// The animation time. ///
리턴 void

HideRectangle() 공개 메소드

Hides the rectangle.
public HideRectangle ( ) : void
리턴 void

HideTargetAdorner() 공개 메소드

Hides the target adorner.
public HideTargetAdorner ( ) : void
리턴 void

OnLookAtChanged() 보호된 메소드

Raises the LookAtChanged event.
protected OnLookAtChanged ( ) : void
리턴 void

OnMouseDown() 보호된 메소드

DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationCompleted event occurs. DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationDelta event occurs. DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationStarted event occurs. Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnMouseDown ( MouseButtonEventArgs e ) : void
e MouseButtonEventArgs /// The data for the event. ///
리턴 void

OnStylusSystemGesture() 보호된 메소드

Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnStylusSystemGesture ( StylusSystemGestureEventArgs e ) : void
e StylusSystemGestureEventArgs /// The that contains the event data. ///
리턴 void

OnZoomedByRectangle() 보호된 메소드

Raises the ZoomedByRectangle event.
protected OnZoomedByRectangle ( ) : void
리턴 void

PushCameraSetting() 공개 메소드

Push the current camera settings on an internal stack.
public PushCameraSetting ( ) : void
리턴 void

ResetCamera() 공개 메소드

Resets the camera.
public ResetCamera ( ) : void
리턴 void

ResetCameraUpDirection() 공개 메소드

Resets the camera up direction.
public ResetCameraUpDirection ( ) : void
리턴 void

RestoreCameraSetting() 공개 메소드

Restores the most recent camera setting from the internal stack.
public RestoreCameraSetting ( ) : bool
리턴 bool

ShowRectangle() 공개 메소드

Shows the rectangle.
public ShowRectangle ( Rect rect, Color color1, Color color2 ) : void
rect Rect /// The rectangle. ///
color1 Color /// The color 1. ///
color2 Color /// The color 2. ///
리턴 void

ShowTargetAdorner() 공개 메소드

Shows the target adorner.
public ShowTargetAdorner ( Point position ) : void
position Point /// The position. ///
리턴 void

StartSpin() 공개 메소드

Starts the spin.
public StartSpin ( Vector speed, Point position, Point3D aroundPoint ) : void
speed Vector /// The speed. ///
position Point /// The position. ///
aroundPoint Point3D /// The spin around point. ///
리턴 void

StopSpin() 공개 메소드

Stops the spin.
public StopSpin ( ) : void
리턴 void

UpdateRectangle() 공개 메소드

Updates the rectangle.
public UpdateRectangle ( Rect rect ) : void
rect Rect /// The rectangle. ///
리턴 void

Zoom() 공개 메소드

Zooms by the specified delta value.
public Zoom ( double delta ) : void
delta double /// The delta value. ///
리턴 void

ZoomExtents() 공개 메소드

Zooms to the extents of the model.
public ZoomExtents ( double animationTime = 200 ) : void
animationTime double /// The animation time (milliseconds). ///
리턴 void

프로퍼티 상세

BackViewCommand 공개적으로 정적으로 프로퍼티

The back view command.
public static RoutedCommand,System.Windows.Input BackViewCommand
리턴 System.Windows.Input.RoutedCommand

BottomViewCommand 공개적으로 정적으로 프로퍼티

The bottom view command.
public static RoutedCommand,System.Windows.Input BottomViewCommand
리턴 System.Windows.Input.RoutedCommand

CameraModeProperty 공개적으로 정적으로 프로퍼티

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

CameraProperty 공개적으로 정적으로 프로퍼티

Identifies the Camera dependency property.
public static DependencyProperty,System.Windows CameraProperty
리턴 System.Windows.DependencyProperty

CameraRotationModeProperty 공개적으로 정적으로 프로퍼티

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

ChangeFieldOfViewCommand 공개적으로 정적으로 프로퍼티

The change fov command.
public static RoutedCommand,System.Windows.Input ChangeFieldOfViewCommand
리턴 System.Windows.Input.RoutedCommand

ChangeFieldOfViewCursorProperty 공개적으로 정적으로 프로퍼티

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

ChangeLookAtCommand 공개적으로 정적으로 프로퍼티

The change look at command.
public static RoutedCommand,System.Windows.Input ChangeLookAtCommand
리턴 System.Windows.Input.RoutedCommand

DefaultCameraProperty 공개적으로 정적으로 프로퍼티

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

EnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the Enabled dependency property.
public static DependencyProperty,System.Windows EnabledProperty
리턴 System.Windows.DependencyProperty

FrontViewCommand 공개적으로 정적으로 프로퍼티

The front view command.
public static RoutedCommand,System.Windows.Input FrontViewCommand
리턴 System.Windows.Input.RoutedCommand

InertiaFactorProperty 공개적으로 정적으로 프로퍼티

Identifies the InertiaFactor dependency property.
public static DependencyProperty,System.Windows InertiaFactorProperty
리턴 System.Windows.DependencyProperty

InfiniteSpinProperty 공개적으로 정적으로 프로퍼티

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

IsChangeFieldOfViewEnabledProperty 공개적으로 정적으로 프로퍼티

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

IsInertiaEnabledProperty 공개적으로 정적으로 프로퍼티

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

IsMoveEnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the IsMoveEnabled dependency property.
public static DependencyProperty,System.Windows IsMoveEnabledProperty
리턴 System.Windows.DependencyProperty

IsPanEnabledProperty 공개적으로 정적으로 프로퍼티

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

IsRotationEnabledProperty 공개적으로 정적으로 프로퍼티

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

IsTouchZoomEnabledProperty 공개적으로 정적으로 프로퍼티

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

IsZoomEnabledProperty 공개적으로 정적으로 프로퍼티

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

LeftRightPanSensitivityProperty 공개적으로 정적으로 프로퍼티

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

LeftRightRotationSensitivityProperty 공개적으로 정적으로 프로퍼티

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

LeftViewCommand 공개적으로 정적으로 프로퍼티

The left view command.
public static RoutedCommand,System.Windows.Input LeftViewCommand
리턴 System.Windows.Input.RoutedCommand

LookAtChangedEvent 공개적으로 정적으로 프로퍼티

The look at (target) point changed event
public static RoutedEvent LookAtChangedEvent
리턴 RoutedEvent

MaximumFieldOfViewProperty 공개적으로 정적으로 프로퍼티

Identifies the MaximumFieldOfView dependency property.
public static DependencyProperty MaximumFieldOfViewProperty
리턴 DependencyProperty

MinimumFieldOfViewProperty 공개적으로 정적으로 프로퍼티

Identifies the MinimumFieldOfView dependency property.
public static DependencyProperty MinimumFieldOfViewProperty
리턴 DependencyProperty

ModelUpDirectionProperty 공개적으로 정적으로 프로퍼티

Identifies the ModelUpDirection dependency property.
public static DependencyProperty ModelUpDirectionProperty
리턴 DependencyProperty

MoveSensitivityProperty 공개적으로 정적으로 프로퍼티

Identifies the MoveSensitivity dependency property.
public static DependencyProperty MoveSensitivityProperty
리턴 DependencyProperty

PageUpDownZoomSensitivityProperty 공개적으로 정적으로 프로퍼티

Identifies the PageUpDownZoomSensitivity dependency property.
public static DependencyProperty PageUpDownZoomSensitivityProperty
리턴 DependencyProperty

PanCommand 공개적으로 정적으로 프로퍼티

The pan command.
public static RoutedCommand PanCommand
리턴 RoutedCommand

PanCursorProperty 공개적으로 정적으로 프로퍼티

Identifies the PanCursor dependency property.
public static DependencyProperty PanCursorProperty
리턴 DependencyProperty

ResetCameraCommand 공개적으로 정적으로 프로퍼티

The reset camera command.
public static RoutedCommand ResetCameraCommand
리턴 RoutedCommand

RightViewCommand 공개적으로 정적으로 프로퍼티

The right view command.
public static RoutedCommand RightViewCommand
리턴 RoutedCommand

RotateAroundMouseDownPointProperty 공개적으로 정적으로 프로퍼티

Identifies the RotateAroundMouseDownPoint dependency property.
public static DependencyProperty RotateAroundMouseDownPointProperty
리턴 DependencyProperty

RotateCommand 공개적으로 정적으로 프로퍼티

The rotate command.
public static RoutedCommand RotateCommand
리턴 RoutedCommand

RotateCursorProperty 공개적으로 정적으로 프로퍼티

Identifies the RotateCursor dependency property.
public static DependencyProperty RotateCursorProperty
리턴 DependencyProperty

RotationSensitivityProperty 공개적으로 정적으로 프로퍼티

Identifies the RotationSensitivity dependency property.
public static DependencyProperty RotationSensitivityProperty
리턴 DependencyProperty

ShowCameraTargetProperty 공개적으로 정적으로 프로퍼티

Identifies the ShowCameraTarget dependency property.
public static DependencyProperty ShowCameraTargetProperty
리턴 DependencyProperty

SpinReleaseTimeProperty 공개적으로 정적으로 프로퍼티

Identifies the SpinReleaseTime dependency property.
public static DependencyProperty SpinReleaseTimeProperty
리턴 DependencyProperty

TopViewCommand 공개적으로 정적으로 프로퍼티

The top view command.
public static RoutedCommand TopViewCommand
리턴 RoutedCommand

TouchModeProperty 공개적으로 정적으로 프로퍼티

Identifies the TouchMode dependency property.
public static DependencyProperty TouchModeProperty
리턴 DependencyProperty

UpDownPanSensitivityProperty 공개적으로 정적으로 프로퍼티

Identifies the UpDownPanSensitivity dependency property.
public static DependencyProperty UpDownPanSensitivityProperty
리턴 DependencyProperty

UpDownRotationSensitivityProperty 공개적으로 정적으로 프로퍼티

Identifies the UpDownRotationSensitivity dependency property.
public static DependencyProperty UpDownRotationSensitivityProperty
리턴 DependencyProperty

ViewportProperty 공개적으로 정적으로 프로퍼티

Identifies the Viewport dependency property.
public static DependencyProperty ViewportProperty
리턴 DependencyProperty

ZoomAroundMouseDownPointProperty 공개적으로 정적으로 프로퍼티

Identifies the ZoomAroundMouseDownPoint dependency property.
public static DependencyProperty ZoomAroundMouseDownPointProperty
리턴 DependencyProperty

ZoomCommand 공개적으로 정적으로 프로퍼티

The zoom command.
public static RoutedCommand ZoomCommand
리턴 RoutedCommand

ZoomCursorProperty 공개적으로 정적으로 프로퍼티

Identifies the ZoomCursor dependency property.
public static DependencyProperty ZoomCursorProperty
리턴 DependencyProperty

ZoomExtentsCommand 공개적으로 정적으로 프로퍼티

The zoom extents command.
public static RoutedCommand ZoomExtentsCommand
리턴 RoutedCommand

ZoomRectangleCommand 공개적으로 정적으로 프로퍼티

The zoom rectangle command.
public static RoutedCommand ZoomRectangleCommand
리턴 RoutedCommand

ZoomRectangleCursorProperty 공개적으로 정적으로 프로퍼티

Identifies the ZoomRectangleCursor dependency property.
public static DependencyProperty ZoomRectangleCursorProperty
리턴 DependencyProperty

ZoomSensitivityProperty 공개적으로 정적으로 프로퍼티

Identifies the ZoomSensitivity dependency property.
public static DependencyProperty ZoomSensitivityProperty
리턴 DependencyProperty

ZoomedByRectangleEvent 공개적으로 정적으로 프로퍼티

The zoomed by rectangle event
public static RoutedEvent ZoomedByRectangleEvent
리턴 RoutedEvent