C# Class SimulationApp.SetHorizontalOffset

Datei anzeigen Open project: Ecetera/appdynamics-sandpit

Public Properties

Property Type Description
OffsetProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetOffset ( DependencyObject obj ) : double
SetOffset ( DependencyObject obj, double value ) : void

Private Methods

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

Method Details

GetOffset() public static method

public static GetOffset ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
return double

SetOffset() public static method

public static SetOffset ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
return void

Property Details

OffsetProperty public_oe static_oe property

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