C# Class Xceed.Wpf.Toolkit.Zoombox.Zoombox

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

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

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

CenterContent() public méthode

public CenterContent ( ) : void
Résultat void

FillToBounds() public méthode

public FillToBounds ( ) : void
Résultat void

FitToBounds() public méthode

public FitToBounds ( ) : void
Résultat void

GetViewFinderVisibility() public static méthode

public static GetViewFinderVisibility ( DependencyObject d ) : Visibility
d System.Windows.DependencyObject
Résultat Visibility

GoBack() public méthode

public GoBack ( ) : void
Résultat void

GoForward() public méthode

public GoForward ( ) : void
Résultat void

GoHome() public méthode

public GoHome ( ) : void
Résultat void

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnContentChanged() protected méthode

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Résultat void

OnGotKeyboardFocus() protected méthode

protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnLostKeyboardFocus() protected méthode

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() protected méthode

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnPreviewMouseDown() protected méthode

protected OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewMouseLeftButtonDown() protected méthode

protected OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewMouseLeftButtonUp() protected méthode

protected OnPreviewMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewMouseMove() protected méthode

protected OnPreviewMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnPreviewMouseWheel() protected méthode

protected OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
Résultat void

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
Résultat void

RefocusView() public méthode

public RefocusView ( ) : void
Résultat void

SetViewFinderVisibility() public static méthode

public static SetViewFinderVisibility ( DependencyObject d, Visibility value ) : void
d System.Windows.DependencyObject
value Visibility
Résultat void

Zoom() public méthode

public Zoom ( double percentage ) : void
percentage double
Résultat void

Zoom() public méthode

public Zoom ( double percentage, Point relativeTo ) : void
percentage double
relativeTo Point
Résultat void

ZoomTo() public méthode

public ZoomTo ( Point position ) : void
position Point
Résultat void

ZoomTo() public méthode

public ZoomTo ( Rect region ) : void
region System.Windows.Rect
Résultat void

ZoomTo() public méthode

public ZoomTo ( Xceed.Wpf.Toolkit.Zoombox.ZoomboxView view ) : void
view Xceed.Wpf.Toolkit.Zoombox.ZoomboxView
Résultat void

ZoomTo() public méthode

public ZoomTo ( double scale ) : void
scale double
Résultat void

ZoomTo() public méthode

public ZoomTo ( double scale, Point relativeTo ) : void
scale double
relativeTo Point
Résultat void

Property Details

AnimationAccelerationRatioProperty public_oe static_oe property

public static DependencyProperty,System.Windows AnimationAccelerationRatioProperty
Résultat System.Windows.DependencyProperty

AnimationBeginningEvent public_oe static_oe property

public static RoutedEvent,System.Windows AnimationBeginningEvent
Résultat System.Windows.RoutedEvent

AnimationCompletedEvent public_oe static_oe property

public static RoutedEvent,System.Windows AnimationCompletedEvent
Résultat System.Windows.RoutedEvent

AnimationDecelerationRatioProperty public_oe static_oe property

public static DependencyProperty,System.Windows AnimationDecelerationRatioProperty
Résultat System.Windows.DependencyProperty

AnimationDurationProperty public_oe static_oe property

public static DependencyProperty,System.Windows AnimationDurationProperty
Résultat System.Windows.DependencyProperty

AreDragModifiersActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows AreDragModifiersActiveProperty
Résultat System.Windows.DependencyProperty

AreRelativeZoomModifiersActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows AreRelativeZoomModifiersActiveProperty
Résultat System.Windows.DependencyProperty

AreZoomModifiersActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows AreZoomModifiersActiveProperty
Résultat System.Windows.DependencyProperty

AreZoomToSelectionModifiersActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows AreZoomToSelectionModifiersActiveProperty
Résultat System.Windows.DependencyProperty

AutoWrapContentWithViewboxProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoWrapContentWithViewboxProperty
Résultat System.Windows.DependencyProperty

Back public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Back
Résultat System.Windows.Input.RoutedUICommand

Center public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Center
Résultat System.Windows.Input.RoutedUICommand

CurrentViewChangedEvent public_oe static_oe property

public static RoutedEvent,System.Windows CurrentViewChangedEvent
Résultat System.Windows.RoutedEvent

CurrentViewIndexProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentViewIndexProperty
Résultat System.Windows.DependencyProperty

CurrentViewProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentViewProperty
Résultat System.Windows.DependencyProperty

DragModifiersProperty public_oe static_oe property

public static DependencyProperty,System.Windows DragModifiersProperty
Résultat System.Windows.DependencyProperty

DragOnPreviewProperty public_oe static_oe property

public static DependencyProperty,System.Windows DragOnPreviewProperty
Résultat System.Windows.DependencyProperty

EffectiveViewStackModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows EffectiveViewStackModeProperty
Résultat System.Windows.DependencyProperty

Fill public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Fill
Résultat System.Windows.Input.RoutedUICommand

Fit public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Fit
Résultat System.Windows.Input.RoutedUICommand

Forward public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Forward
Résultat System.Windows.Input.RoutedUICommand

HasBackStackProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasBackStackProperty
Résultat System.Windows.DependencyProperty

HasForwardStackProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasForwardStackProperty
Résultat System.Windows.DependencyProperty

Home public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Home
Résultat System.Windows.Input.RoutedUICommand

IsAnimatedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsAnimatedProperty
Résultat System.Windows.DependencyProperty

IsDraggingContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDraggingContentProperty
Résultat System.Windows.DependencyProperty

IsSelectingRegionProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSelectingRegionProperty
Résultat System.Windows.DependencyProperty

IsUsingScrollBarsProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsUsingScrollBarsProperty
Résultat System.Windows.DependencyProperty

KeepContentInBoundsProperty public_oe static_oe property

public static DependencyProperty,System.Windows KeepContentInBoundsProperty
Résultat System.Windows.DependencyProperty

MaxScaleProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxScaleProperty
Résultat System.Windows.DependencyProperty

MinScaleProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinScaleProperty
Résultat System.Windows.DependencyProperty

NavigateOnPreviewProperty public_oe static_oe property

public static DependencyProperty,System.Windows NavigateOnPreviewProperty
Résultat System.Windows.DependencyProperty

PanDistanceProperty public_oe static_oe property

public static DependencyProperty,System.Windows PanDistanceProperty
Résultat System.Windows.DependencyProperty

PanDown public_oe static_oe property

public static RoutedUICommand,System.Windows.Input PanDown
Résultat System.Windows.Input.RoutedUICommand

PanLeft public_oe static_oe property

public static RoutedUICommand,System.Windows.Input PanLeft
Résultat System.Windows.Input.RoutedUICommand

PanRight public_oe static_oe property

public static RoutedUICommand,System.Windows.Input PanRight
Résultat System.Windows.Input.RoutedUICommand

PanUp public_oe static_oe property

public static RoutedUICommand,System.Windows.Input PanUp
Résultat System.Windows.Input.RoutedUICommand

PositionProperty public_oe static_oe property

public static DependencyProperty,System.Windows PositionProperty
Résultat System.Windows.DependencyProperty

Refocus public_oe static_oe property

public static RoutedUICommand,System.Windows.Input Refocus
Résultat System.Windows.Input.RoutedUICommand

RelativeZoomModifiersProperty public_oe static_oe property

public static DependencyProperty,System.Windows RelativeZoomModifiersProperty
Résultat System.Windows.DependencyProperty

ScaleProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScaleProperty
Résultat System.Windows.DependencyProperty

ViewFinderProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewFinderProperty
Résultat System.Windows.DependencyProperty

ViewFinderVisibilityProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewFinderVisibilityProperty
Résultat System.Windows.DependencyProperty

ViewStackCountProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewStackCountProperty
Résultat System.Windows.DependencyProperty

ViewStackIndexChangedEvent public_oe static_oe property

public static RoutedEvent,System.Windows ViewStackIndexChangedEvent
Résultat System.Windows.RoutedEvent

ViewStackIndexProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewStackIndexProperty
Résultat System.Windows.DependencyProperty

ViewStackModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewStackModeProperty
Résultat System.Windows.DependencyProperty

ViewStackSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewStackSourceProperty
Résultat System.Windows.DependencyProperty

ViewportProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewportProperty
Résultat System.Windows.DependencyProperty

ZoomIn public_oe static_oe property

public static RoutedUICommand,System.Windows.Input ZoomIn
Résultat System.Windows.Input.RoutedUICommand

ZoomModifiersProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomModifiersProperty
Résultat System.Windows.DependencyProperty

ZoomOnPreviewProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomOnPreviewProperty
Résultat System.Windows.DependencyProperty

ZoomOnProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomOnProperty
Résultat System.Windows.DependencyProperty

ZoomOriginProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomOriginProperty
Résultat System.Windows.DependencyProperty

ZoomOut public_oe static_oe property

public static RoutedUICommand,System.Windows.Input ZoomOut
Résultat System.Windows.Input.RoutedUICommand

ZoomPercentageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomPercentageProperty
Résultat System.Windows.DependencyProperty

ZoomToSelectionModifiersProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomToSelectionModifiersProperty
Résultat System.Windows.DependencyProperty