C# Class MahTweets.UI.Controls.Margins

Show file Open project: nickhodge/MahTweets.LawrenceHargrave

Public Properties

Property Type Description
BottomProperty System.Windows.DependencyProperty
LeftProperty System.Windows.DependencyProperty
RightProperty System.Windows.DependencyProperty
TopProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetBottom ( DependencyObject obj ) : Double
GetLeft ( DependencyObject obj ) : Double
GetRight ( DependencyObject obj ) : Double
GetTop ( DependencyObject obj ) : Double
SetBottom ( DependencyObject obj, Double value ) : void
SetLeft ( DependencyObject obj, Double value ) : void
SetRight ( DependencyObject obj, Double value ) : void
SetTop ( DependencyObject obj, Double value ) : void

Private Methods

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

Method Details

GetBottom() public static method

public static GetBottom ( DependencyObject obj ) : Double
obj System.Windows.DependencyObject
return Double

GetLeft() public static method

public static GetLeft ( DependencyObject obj ) : Double
obj System.Windows.DependencyObject
return Double

GetRight() public static method

public static GetRight ( DependencyObject obj ) : Double
obj System.Windows.DependencyObject
return Double

GetTop() public static method

public static GetTop ( DependencyObject obj ) : Double
obj System.Windows.DependencyObject
return Double

SetBottom() public static method

public static SetBottom ( DependencyObject obj, Double value ) : void
obj System.Windows.DependencyObject
value Double
return void

SetLeft() public static method

public static SetLeft ( DependencyObject obj, Double value ) : void
obj System.Windows.DependencyObject
value Double
return void

SetRight() public static method

public static SetRight ( DependencyObject obj, Double value ) : void
obj System.Windows.DependencyObject
value Double
return void

SetTop() public static method

public static SetTop ( DependencyObject obj, Double value ) : void
obj System.Windows.DependencyObject
value Double
return void

Property Details

BottomProperty public static property

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

LeftProperty public static property

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

RightProperty public static property

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

TopProperty public static property

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