C# 클래스 HelixToolkit.Wpf.HelixViewport3D

상속: System.Windows.Controls.ItemsControl, IHelixViewport3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

ChangeCameraDirection() 공개 메소드

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. ///
리턴 void

Copy() 공개 메소드

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

CopyXaml() 공개 메소드

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

Export() 공개 메소드

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. ///
리턴 void

FindNearest() 공개 메소드

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. ///
리턴 bool

FindNearestPoint() 공개 메소드

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

FindNearestVisual() 공개 메소드

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

LookAt() 공개 메소드

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. ///
리턴 void

LookAt() 공개 메소드

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. ///
리턴 void

LookAt() 공개 메소드

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. ///
리턴 void

LookAt() 공개 메소드

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. ///
리턴 void

OnApplyTemplate() 공개 메소드

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

OnCameraChanged() 보호된 메소드

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

OnHeadlightChanged() 보호된 메소드

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

OnItemsChanged() 보호된 메소드

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. ///
리턴 void

OnItemsSourceChanged() 보호된 메소드

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.
리턴 void

OnLookAtChanged() 보호된 메소드

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

OnMouseMove() 보호된 메소드

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. ///
리턴 void

OnZoomedByRectangle() 보호된 메소드

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

RaiseCameraChangedEvent() 보호된 메소드

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

ResetCamera() 공개 메소드

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

SetView() 공개 메소드

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. ///
리턴 void

ZoomExtents() 공개 메소드

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. ///
리턴 void

ZoomExtents() 공개 메소드

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

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Identifies the IsInertiaEnabled dependency property.
public static DependencyProperty,System.Windows IsInertiaEnabledProperty
리턴 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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