C# 클래스 Xceed.Wpf.Toolkit.Zoombox.Zoombox

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimationAccelerationRatioProperty System.Windows.DependencyProperty
AnimationBeginningEvent System.Windows.RoutedEvent
AnimationCompletedEvent System.Windows.RoutedEvent
AnimationDecelerationRatioProperty System.Windows.DependencyProperty
AnimationDurationProperty System.Windows.DependencyProperty
AreDragModifiersActiveProperty System.Windows.DependencyProperty
AreRelativeZoomModifiersActiveProperty System.Windows.DependencyProperty
AreZoomModifiersActiveProperty System.Windows.DependencyProperty
AreZoomToSelectionModifiersActiveProperty System.Windows.DependencyProperty
AutoWrapContentWithViewboxProperty System.Windows.DependencyProperty
Back System.Windows.Input.RoutedUICommand
Center System.Windows.Input.RoutedUICommand
CurrentViewChangedEvent System.Windows.RoutedEvent
CurrentViewIndexProperty System.Windows.DependencyProperty
CurrentViewProperty System.Windows.DependencyProperty
DragModifiersProperty System.Windows.DependencyProperty
DragOnPreviewProperty System.Windows.DependencyProperty
EffectiveViewStackModeProperty System.Windows.DependencyProperty
Fill System.Windows.Input.RoutedUICommand
Fit System.Windows.Input.RoutedUICommand
Forward System.Windows.Input.RoutedUICommand
HasBackStackProperty System.Windows.DependencyProperty
HasForwardStackProperty System.Windows.DependencyProperty
Home System.Windows.Input.RoutedUICommand
IsAnimatedProperty System.Windows.DependencyProperty
IsDraggingContentProperty System.Windows.DependencyProperty
IsSelectingRegionProperty System.Windows.DependencyProperty
IsUsingScrollBarsProperty System.Windows.DependencyProperty
KeepContentInBoundsProperty System.Windows.DependencyProperty
MaxScaleProperty System.Windows.DependencyProperty
MinScaleProperty System.Windows.DependencyProperty
NavigateOnPreviewProperty System.Windows.DependencyProperty
PanDistanceProperty System.Windows.DependencyProperty
PanDown System.Windows.Input.RoutedUICommand
PanLeft System.Windows.Input.RoutedUICommand
PanRight System.Windows.Input.RoutedUICommand
PanUp System.Windows.Input.RoutedUICommand
PositionProperty System.Windows.DependencyProperty
Refocus System.Windows.Input.RoutedUICommand
RelativeZoomModifiersProperty System.Windows.DependencyProperty
ScaleProperty System.Windows.DependencyProperty
ViewFinderProperty System.Windows.DependencyProperty
ViewFinderVisibilityProperty System.Windows.DependencyProperty
ViewStackCountProperty System.Windows.DependencyProperty
ViewStackIndexChangedEvent System.Windows.RoutedEvent
ViewStackIndexProperty System.Windows.DependencyProperty
ViewStackModeProperty System.Windows.DependencyProperty
ViewStackSourceProperty System.Windows.DependencyProperty
ViewportProperty System.Windows.DependencyProperty
ZoomIn System.Windows.Input.RoutedUICommand
ZoomModifiersProperty System.Windows.DependencyProperty
ZoomOnPreviewProperty System.Windows.DependencyProperty
ZoomOnProperty System.Windows.DependencyProperty
ZoomOriginProperty System.Windows.DependencyProperty
ZoomOut System.Windows.Input.RoutedUICommand
ZoomPercentageProperty System.Windows.DependencyProperty
ZoomToSelectionModifiersProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AttachToVisualTree void
CalculateFillRect System.Windows.Rect
CalculatePositionAndScale void
CanGoBack void
CanGoForward void
CanGoHome void
CanRefocusView void
CenterContent void
CoerceContentValue object
CoerceContentValue object
CoerceIsAnimatedValue object
CoerceMaxScaleValue object
CoerceMinScaleValue object
CoerceScaleValue object
CoerceViewStackIndexValue object
CoerceViewStackModeValue object
ContentPresenterFirstArranged void
CreateVisualBrushForViewFinder void
DetachFromVisualTree void
DragDisplayViewport void
FillToBounds void
FitToBounds void
GetDefaultDragModifiers KeyModifierCollection
GetDefaultRelativeZoomModifiers KeyModifierCollection
GetDefaultZoomModifiers KeyModifierCollection
GetDefaultZoomToSelectionModifiers KeyModifierCollection
GetZoomRelativePoint Point
GoBack void
GoForward void
GoHome void
HorizontalScrollBar_Scroll void
HorizontalValueAnimation_Completed void
InitCommands void
IsGreaterThanOrClose bool
MonitorInput void
OnAutoWrapContentWithViewboxChanged void
OnContentSizeChanged void
OnCurrentViewChanged void
OnDrag void
OnKeepContentInBoundsChanged void
OnKeepContentInBoundsChanged void
OnLayoutUpdated void
OnMaxScaleChanged void
OnMinScaleChanged void
OnPositionChanged void
OnScaleChanged void
OnSelectRegion void
OnSizeChanged void
OnViewStackCountChanged void
OnViewStackCountChanged void
OnViewStackIndexChanged void
OnViewStackIndexChanged void
OnViewStackModeChanged void
OnViewStackModeChanged void
OnViewStackSourceChanged void
OnViewportChanged void
PanDownExecuted void
PanLeftExecuted void
PanRightExecuted void
PanUpExecuted void
PreProcessInput void
PreProcessInput void
ProcessMouseLeftButtonDown void
ProcessMouseLeftButtonUp void
ProcessMouseMove void
ProcessMouseWheelZoom void
ProcessNavigationButton void
RefocusView void
RefocusView void
ResizeDisplayViewport void
SetAreDragModifiersActive void
SetAreRelativeZoomModifiersActive void
SetAreZoomModifiersActive void
SetAreZoomToSelectionModifiersActive void
SetCurrentView void
SetCurrentViewIndex void
SetEffectiveViewStackMode void
SetIsDraggingContent void
SetIsSelectingRegion void
SetScrollBars void
SetViewStackCount void
UpdateKeyModifierTriggerProperties void
UpdateStackProperties void
UpdateView void
UpdateView void
UpdateViewFinderDisplayContentBounds void
UpdateViewboxFactor void
UpdateViewport void
UpdateViewport void
ValidateAccelerationRatio bool
ValidateDecelerationRatio bool
VerticalScrollBar_Scroll void
VerticalValueAnimation_Completed void
ViewFinderDisplayBeginCapture void
ViewFinderDisplayEndCapture void
ViewFinderDisplayMouseMove void
ZoomAnimationCompleted void
ZoomInExecuted void
ZoomOutExecuted void
ZoomTo void
ZoomTo void
Zoombox System
Zoombox_Loaded void

공개 메소드들

메소드 설명
CenterContent ( ) : void
FillToBounds ( ) : void
FitToBounds ( ) : void
GetViewFinderVisibility ( DependencyObject d ) : Visibility
GoBack ( ) : void
GoForward ( ) : void
GoHome ( ) : void
OnApplyTemplate ( ) : void
RefocusView ( ) : void
SetViewFinderVisibility ( DependencyObject d, Visibility value ) : void
Zoom ( double percentage ) : void
Zoom ( double percentage, Point relativeTo ) : void
ZoomTo ( Point position ) : void
ZoomTo ( Rect region ) : void
ZoomTo ( Xceed.Wpf.Toolkit.Zoombox.ZoomboxView view ) : void
ZoomTo ( double scale ) : void
ZoomTo ( double scale, Point relativeTo ) : void

보호된 메소드들

메소드 설명
MeasureOverride ( Size constraint ) : Size
OnContentChanged ( object oldContent, object newContent ) : void
OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnInitialized ( EventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnPreviewMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnPreviewMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

비공개 메소드들

메소드 설명
AttachToVisualTree ( ) : void
CalculateFillRect ( ) : Rect
CalculatePositionAndScale ( Rect region, Point &newRelativePosition, double &newRelativeScale ) : void
CanGoBack ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanGoForward ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanGoHome ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanRefocusView ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CenterContent ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CoerceContentValue ( DependencyObject d, object value ) : object
CoerceContentValue ( object value ) : object
CoerceIsAnimatedValue ( DependencyObject d, object value ) : object
CoerceMaxScaleValue ( DependencyObject d, object value ) : object
CoerceMinScaleValue ( DependencyObject d, object value ) : object
CoerceScaleValue ( DependencyObject d, object value ) : object
CoerceViewStackIndexValue ( DependencyObject d, object value ) : object
CoerceViewStackModeValue ( DependencyObject d, object value ) : object
ContentPresenterFirstArranged ( object sender, EventArgs e ) : void
CreateVisualBrushForViewFinder ( Visual visual ) : void
DetachFromVisualTree ( ) : void
DragDisplayViewport ( System.Windows.Controls.Primitives.DragDeltaEventArgs e, bool end ) : void
FillToBounds ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
FitToBounds ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
GetDefaultDragModifiers ( ) : KeyModifierCollection
GetDefaultRelativeZoomModifiers ( ) : KeyModifierCollection
GetDefaultZoomModifiers ( ) : KeyModifierCollection
GetDefaultZoomToSelectionModifiers ( ) : KeyModifierCollection
GetZoomRelativePoint ( ) : Point
GoBack ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
GoForward ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
GoHome ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
HorizontalScrollBar_Scroll ( object sender, System.Windows.Controls.Primitives.ScrollEventArgs e ) : void
HorizontalValueAnimation_Completed ( object sender, EventArgs e ) : void
InitCommands ( ) : void
IsGreaterThanOrClose ( double value1, double value2 ) : bool
MonitorInput ( ) : void
OnAutoWrapContentWithViewboxChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnCurrentViewChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDrag ( System.Windows.Controls.Primitives.DragDeltaEventArgs e, bool end ) : void
OnKeepContentInBoundsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeepContentInBoundsChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLayoutUpdated ( object sender, EventArgs e ) : void
OnMaxScaleChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinScaleChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPositionChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnScaleChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelectRegion ( System.Windows.Controls.Primitives.DragDeltaEventArgs e, bool end ) : void
OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnViewStackCountChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewStackCountChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewStackIndexChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewStackIndexChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewStackModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewStackModeChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewStackSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnViewportChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PanDownExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PanLeftExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PanRightExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PanUpExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PreProcessInput ( ) : void
PreProcessInput ( object sender, System.Windows.Input.NotifyInputEventArgs e ) : void
ProcessMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
ProcessMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
ProcessMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
ProcessMouseWheelZoom ( System.Windows.Input.MouseWheelEventArgs e ) : void
ProcessNavigationButton ( RoutedEventArgs e ) : void
RefocusView ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RefocusView ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ResizeDisplayViewport ( System.Windows.Controls.Primitives.DragDeltaEventArgs e, ResizeEdge relativeTo ) : void
SetAreDragModifiersActive ( bool value ) : void
SetAreRelativeZoomModifiersActive ( bool value ) : void
SetAreZoomModifiersActive ( bool value ) : void
SetAreZoomToSelectionModifiersActive ( bool value ) : void
SetCurrentView ( Xceed.Wpf.Toolkit.Zoombox.ZoomboxView value ) : void
SetCurrentViewIndex ( int value ) : void
SetEffectiveViewStackMode ( ZoomboxViewStackMode value ) : void
SetIsDraggingContent ( bool value ) : void
SetIsSelectingRegion ( bool value ) : void
SetScrollBars ( ) : void
SetViewStackCount ( int value ) : void
UpdateKeyModifierTriggerProperties ( ) : void
UpdateStackProperties ( ) : void
UpdateView ( Xceed.Wpf.Toolkit.Zoombox.ZoomboxView view, bool allowAnimation, bool allowStackAddition ) : void
UpdateView ( Xceed.Wpf.Toolkit.Zoombox.ZoomboxView view, bool allowAnimation, bool allowStackAddition, int stackIndex ) : void
UpdateViewFinderDisplayContentBounds ( ) : void
UpdateViewboxFactor ( ) : void
UpdateViewport ( ) : void
UpdateViewport ( object sender, EventArgs e ) : void
ValidateAccelerationRatio ( object value ) : bool
ValidateDecelerationRatio ( object value ) : bool
VerticalScrollBar_Scroll ( object sender, System.Windows.Controls.Primitives.ScrollEventArgs e ) : void
VerticalValueAnimation_Completed ( object sender, EventArgs e ) : void
ViewFinderDisplayBeginCapture ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ViewFinderDisplayEndCapture ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ViewFinderDisplayMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
ZoomAnimationCompleted ( object sender, EventArgs e ) : void
ZoomInExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ZoomOutExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ZoomTo ( double scale, Point relativeTo, bool restrictRelativePointToContent, bool allowStackAddition ) : void
ZoomTo ( double scale, bool allowStackAddition ) : void
Zoombox ( ) : System
Zoombox_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

CenterContent() 공개 메소드

public CenterContent ( ) : void
리턴 void

FillToBounds() 공개 메소드

public FillToBounds ( ) : void
리턴 void

FitToBounds() 공개 메소드

public FitToBounds ( ) : void
리턴 void

GetViewFinderVisibility() 공개 정적인 메소드

public static GetViewFinderVisibility ( DependencyObject d ) : Visibility
d System.Windows.DependencyObject
리턴 Visibility

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

public GoForward ( ) : void
리턴 void

GoHome() 공개 메소드

public GoHome ( ) : void
리턴 void

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnContentChanged() 보호된 메소드

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
리턴 void

OnGotKeyboardFocus() 보호된 메소드

protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnLostKeyboardFocus() 보호된 메소드

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
리턴 void

OnPreviewKeyDown() 보호된 메소드

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnPreviewMouseDown() 보호된 메소드

protected OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnPreviewMouseLeftButtonDown() 보호된 메소드

protected OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnPreviewMouseLeftButtonUp() 보호된 메소드

protected OnPreviewMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnPreviewMouseMove() 보호된 메소드

protected OnPreviewMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnPreviewMouseWheel() 보호된 메소드

protected OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
리턴 void

OnRender() 보호된 메소드

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
리턴 void

RefocusView() 공개 메소드

public RefocusView ( ) : void
리턴 void

SetViewFinderVisibility() 공개 정적인 메소드

public static SetViewFinderVisibility ( DependencyObject d, Visibility value ) : void
d System.Windows.DependencyObject
value Visibility
리턴 void

Zoom() 공개 메소드

public Zoom ( double percentage ) : void
percentage double
리턴 void

Zoom() 공개 메소드

public Zoom ( double percentage, Point relativeTo ) : void
percentage double
relativeTo Point
리턴 void

ZoomTo() 공개 메소드

public ZoomTo ( Point position ) : void
position Point
리턴 void

ZoomTo() 공개 메소드

public ZoomTo ( Rect region ) : void
region System.Windows.Rect
리턴 void

ZoomTo() 공개 메소드

public ZoomTo ( Xceed.Wpf.Toolkit.Zoombox.ZoomboxView view ) : void
view Xceed.Wpf.Toolkit.Zoombox.ZoomboxView
리턴 void

ZoomTo() 공개 메소드

public ZoomTo ( double scale ) : void
scale double
리턴 void

ZoomTo() 공개 메소드

public ZoomTo ( double scale, Point relativeTo ) : void
scale double
relativeTo Point
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows AnimationAccelerationRatioProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedEvent,System.Windows AnimationBeginningEvent
리턴 System.Windows.RoutedEvent

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

public static RoutedEvent,System.Windows AnimationCompletedEvent
리턴 System.Windows.RoutedEvent

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

public static DependencyProperty,System.Windows AnimationDecelerationRatioProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AnimationDurationProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AreDragModifiersActiveProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AreRelativeZoomModifiersActiveProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AreZoomModifiersActiveProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AreZoomToSelectionModifiersActiveProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AutoWrapContentWithViewboxProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input Back
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedUICommand,System.Windows.Input Center
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedEvent,System.Windows CurrentViewChangedEvent
리턴 System.Windows.RoutedEvent

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

public static DependencyProperty,System.Windows CurrentViewIndexProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows CurrentViewProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows DragModifiersProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows DragOnPreviewProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows EffectiveViewStackModeProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input Fill
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedUICommand,System.Windows.Input Fit
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedUICommand,System.Windows.Input Forward
리턴 System.Windows.Input.RoutedUICommand

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

public static DependencyProperty,System.Windows HasBackStackProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows HasForwardStackProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input Home
리턴 System.Windows.Input.RoutedUICommand

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

public static DependencyProperty,System.Windows IsAnimatedProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsDraggingContentProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsSelectingRegionProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsUsingScrollBarsProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows KeepContentInBoundsProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MaxScaleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MinScaleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows NavigateOnPreviewProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows PanDistanceProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input PanDown
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedUICommand,System.Windows.Input PanLeft
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedUICommand,System.Windows.Input PanRight
리턴 System.Windows.Input.RoutedUICommand

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

public static RoutedUICommand,System.Windows.Input PanUp
리턴 System.Windows.Input.RoutedUICommand

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

public static DependencyProperty,System.Windows PositionProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input Refocus
리턴 System.Windows.Input.RoutedUICommand

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

public static DependencyProperty,System.Windows RelativeZoomModifiersProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ScaleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ViewFinderProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ViewFinderVisibilityProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ViewStackCountProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedEvent,System.Windows ViewStackIndexChangedEvent
리턴 System.Windows.RoutedEvent

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

public static DependencyProperty,System.Windows ViewStackIndexProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ViewStackModeProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ViewStackSourceProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ViewportProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input ZoomIn
리턴 System.Windows.Input.RoutedUICommand

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

public static DependencyProperty,System.Windows ZoomModifiersProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ZoomOnPreviewProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ZoomOnProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ZoomOriginProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedUICommand,System.Windows.Input ZoomOut
리턴 System.Windows.Input.RoutedUICommand

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

public static DependencyProperty,System.Windows ZoomPercentageProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ZoomToSelectionModifiersProperty
리턴 System.Windows.DependencyProperty