C# 클래스 FloatingWindowZUI.FloatingWindowHostZUI

상속: FloatingWindowHost
파일 보기 프로젝트 열기: Zoomicon/ZUI

공개 프로퍼티들

프로퍼티 타입 설명
ContentScalableProperty System.Windows.DependencyProperty
ContentScaleProperty System.Windows.DependencyProperty
MaxContentScaleProperty System.Windows.DependencyProperty
MinContentScaleProperty System.Windows.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
_zoomHost ZoomAndPan.ZoomAndPanControl
_zoomSlider System.Windows.Controls.Slider
_zoomToFitButton System.Windows.Controls.Button

공개 메소드들

메소드 설명
ApplyStyle ( ) : void
FloatingWindowHostZUI ( ) : System.Collections.Specialized
OnApplyTemplate ( ) : void
ZoomToFit ( ) : void

비공개 메소드들

메소드 설명
FloatingWindow_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
FloatingWindow_MouseRightButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
FloatingWindow_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e, MouseButton changedButton ) : void
FloatingWindow_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
SubscribeToFloatingWindowEvents ( ) : void
SubscribeToFloatingWindowEvents ( FloatingWindow w ) : void
UnsubscribeFromFloatingWindowEvents ( FloatingWindow w ) : void
ZoomIn ( Point contentZoomCenter ) : void

The 'ZoomIn' command (bound to the plus key) was executed.

ZoomOut ( Point contentZoomCenter ) : void

The 'ZoomOut' command (bound to the minus key) was executed.

ZoomToFitButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ApplyStyle() 공개 메소드

public ApplyStyle ( ) : void
리턴 void

FloatingWindowHostZUI() 공개 메소드

public FloatingWindowHostZUI ( ) : System.Collections.Specialized
리턴 System.Collections.Specialized

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

ZoomToFit() 공개 메소드

public ZoomToFit ( ) : void
리턴 void

프로퍼티 상세

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

ContentScalable Dependency Property
public static DependencyProperty,System.Windows ContentScalableProperty
리턴 System.Windows.DependencyProperty

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

ContentScale Dependency Property
public static DependencyProperty,System.Windows ContentScaleProperty
리턴 System.Windows.DependencyProperty

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

MaxContentScale Dependency Property
public static DependencyProperty,System.Windows MaxContentScaleProperty
리턴 System.Windows.DependencyProperty

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

MinContentScale Dependency Property
public static DependencyProperty,System.Windows MinContentScaleProperty
리턴 System.Windows.DependencyProperty

_zoomHost 보호되어 있는 프로퍼티

protected ZoomAndPanControl,ZoomAndPan _zoomHost
리턴 ZoomAndPan.ZoomAndPanControl

_zoomSlider 보호되어 있는 프로퍼티

protected Slider,System.Windows.Controls _zoomSlider
리턴 System.Windows.Controls.Slider

_zoomToFitButton 보호되어 있는 프로퍼티

protected Button,System.Windows.Controls _zoomToFitButton
리턴 System.Windows.Controls.Button