C# Class csShared.Controls.TwoWaySliding.SurfaceScrollViewerUtilities

Show file Open project: TNOCS/csTouch

Public Properties

Property Type Description
HorizontalOffsetProperty System.Windows.DependencyProperty

Public Methods

Method Description
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 ....

Private Methods

Method Description
OnHorizontalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the HorizontalOffset property.

Method Details

GetHorizontalOffset() public static method

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

SetHorizontalOffset() public static method

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

Property Details

HorizontalOffsetProperty public static property

public static DependencyProperty,System.Windows HorizontalOffsetProperty
return System.Windows.DependencyProperty