C# Class GraphicEditor.View.UserControls.CSharpFiles.ZoomBox

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged
Mostrar archivo Open project: msCube/Gallery

Public Properties

Property Type Description
CanvasProperty System.Windows.DependencyProperty
ScrollViewerProperty System.Windows.DependencyProperty

Public Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void
OnApplyTemplate ( ) : void

Private Methods

Method Description
DesignerCanvas_LayoutUpdated ( object sender, EventArgs e ) : void
InvalidateScale ( double &scale, double &xOffset, double &yOffset ) : void
Thumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ZoomSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

CanvasProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanvasProperty
return System.Windows.DependencyProperty

ScrollViewerProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScrollViewerProperty
return System.Windows.DependencyProperty