C# 클래스 csShared.Controls.TwoWaySliding.SurfaceScrollViewerUtilities

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

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

공개 메소드들

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

Gets the HorizontalOffset property. This dependency property indicates ....

SetHorizontalOffset ( DependencyObject d, double value ) : void

Sets the HorizontalOffset property. This dependency property indicates ....

비공개 메소드들

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

Handles changes to the HorizontalOffset property.

메소드 상세

GetHorizontalOffset() 공개 정적인 메소드

Gets the HorizontalOffset property. This dependency property indicates ....
public static GetHorizontalOffset ( DependencyObject d ) : double
d System.Windows.DependencyObject
리턴 double

SetHorizontalOffset() 공개 정적인 메소드

Sets the HorizontalOffset property. This dependency property indicates ....
public static SetHorizontalOffset ( DependencyObject d, double value ) : void
d System.Windows.DependencyObject
value double
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows HorizontalOffsetProperty
리턴 System.Windows.DependencyProperty