C# 클래스 ScreenToGif.Util.ScrollSynchronizer

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetScrollGroup ( DependencyObject obj ) : string

Gets the value of the attached property ScrollGroup.

SetScrollGroup ( DependencyObject obj, string scrollGroup ) : void

Sets the value of the attached property ScrollGroup.

비공개 메소드들

메소드 설명
OnScrollGroupChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Occurs, when the ScrollGroupProperty has changed.

Scroll ( ScrollViewer changedScrollViewer ) : void

Scrolls all scroll viewers of a group to the position of the selected scroll viewer.

ScrollViewer_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Occurs, when the scroll offset of one scrollviewer has changed.

메소드 상세

GetScrollGroup() 공개 정적인 메소드

Gets the value of the attached property ScrollGroup.
public static GetScrollGroup ( DependencyObject obj ) : string
obj System.Windows.DependencyObject Object for which the property should be read.
리턴 string

SetScrollGroup() 공개 정적인 메소드

Sets the value of the attached property ScrollGroup.
public static SetScrollGroup ( DependencyObject obj, string scrollGroup ) : void
obj System.Windows.DependencyObject Object on which the property should be applied.
scrollGroup string Value of the property.
리턴 void

프로퍼티 상세

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

Identifies the attached property ScrollGroup
public static DependencyProperty,System.Windows ScrollGroupProperty
리턴 System.Windows.DependencyProperty