C# Class Zetbox.Client.WPF.Styles.Margin

Datei anzeigen Open project: daszat/zetbox

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
BottomChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetBottom ( DependencyObject obj ) : System.Windows.Thickness
GetLeft ( DependencyObject obj ) : System.Windows.Thickness
GetRight ( DependencyObject obj ) : System.Windows.Thickness
GetTop ( DependencyObject obj ) : System.Windows.Thickness
LeftChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RightChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetBottom ( DependencyObject obj, System.Windows.Thickness value ) : void
SetLeft ( DependencyObject obj, System.Windows.Thickness value ) : void
SetRight ( DependencyObject obj, System.Windows.Thickness value ) : void
SetTop ( DependencyObject obj, System.Windows.Thickness value ) : void
TopChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BottomChanged() public static method

public static BottomChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

GetBottom() public static method

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

GetLeft() public static method

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

GetRight() public static method

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

GetTop() public static method

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

LeftChanged() public static method

public static LeftChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

RightChanged() public static method

public static RightChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetBottom() public static method

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

SetLeft() public static method

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

SetRight() public static method

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

SetTop() public static method

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

TopChanged() public static method

public static TopChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

Property Details

BottomProperty public_oe static_oe property

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

LeftProperty public_oe static_oe property

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

RightProperty public_oe static_oe property

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

TopProperty public_oe static_oe property

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