C# 클래스 GnomeSurferPro.Util.ScrollViewerBinding

파일 보기 프로젝트 열기: igemsoftware/BU_Wellesley_Software_2011

공개 프로퍼티들

프로퍼티 타입 설명
HorizontalOffsetProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetHorizontalOffset ( DependencyObject depObj ) : double

Gets the horizontal offset value

SetHorizontalOffset ( DependencyObject depObj, double value ) : void

Sets the horizontal offset value

비공개 메소드들

메소드 설명
GetScrollBar ( FrameworkElement fe, Orientation orientation ) : System.Windows.Controls.Primitives.ScrollBar

Searches the descendants of the given element, looking for a scrollbar with the given orientation.

GetScrollBarsForScrollViewer ( ScrollViewer scrollViewer ) : void

Attempts to extract the scrollbars that are within the scrollviewers visual tree. When extracted, event handlers are added to their ValueChanged events.

OnHorizontalOffsetPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Invoked when the Horizontal attached property changes

메소드 상세

GetHorizontalOffset() 공개 정적인 메소드

Gets the horizontal offset value
public static GetHorizontalOffset ( DependencyObject depObj ) : double
depObj System.Windows.DependencyObject
리턴 double

SetHorizontalOffset() 공개 정적인 메소드

Sets the horizontal offset value
public static SetHorizontalOffset ( DependencyObject depObj, double value ) : void
depObj System.Windows.DependencyObject
value double
리턴 void

프로퍼티 상세

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

Horizontal attached property
public static DependencyProperty,System.Windows HorizontalOffsetProperty
리턴 System.Windows.DependencyProperty