C# Класс ScreenToGif.Util.ScrollSynchronizer

Наследование: System.Windows.DependencyObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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