C# Класс Zetbox.Client.WPF.Styles.Margin

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BottomProperty System.Windows.DependencyProperty
LeftProperty System.Windows.DependencyProperty
RightProperty System.Windows.DependencyProperty
TopProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
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

Описание методов

BottomChanged() публичный статический Метод

public static BottomChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

GetBottom() публичный статический Метод

public static GetBottom ( DependencyObject obj ) : System.Windows.Thickness
obj System.Windows.DependencyObject
Результат System.Windows.Thickness

GetLeft() публичный статический Метод

public static GetLeft ( DependencyObject obj ) : System.Windows.Thickness
obj System.Windows.DependencyObject
Результат System.Windows.Thickness

GetRight() публичный статический Метод

public static GetRight ( DependencyObject obj ) : System.Windows.Thickness
obj System.Windows.DependencyObject
Результат System.Windows.Thickness

GetTop() публичный статический Метод

public static GetTop ( DependencyObject obj ) : System.Windows.Thickness
obj System.Windows.DependencyObject
Результат System.Windows.Thickness

LeftChanged() публичный статический Метод

public static LeftChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

RightChanged() публичный статический Метод

public static RightChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

SetBottom() публичный статический Метод

public static SetBottom ( DependencyObject obj, System.Windows.Thickness value ) : void
obj System.Windows.DependencyObject
value System.Windows.Thickness
Результат void

SetLeft() публичный статический Метод

public static SetLeft ( DependencyObject obj, System.Windows.Thickness value ) : void
obj System.Windows.DependencyObject
value System.Windows.Thickness
Результат void

SetRight() публичный статический Метод

public static SetRight ( DependencyObject obj, System.Windows.Thickness value ) : void
obj System.Windows.DependencyObject
value System.Windows.Thickness
Результат void

SetTop() публичный статический Метод

public static SetTop ( DependencyObject obj, System.Windows.Thickness value ) : void
obj System.Windows.DependencyObject
value System.Windows.Thickness
Результат void

TopChanged() публичный статический Метод

public static TopChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

Описание свойств

BottomProperty публичное статическое свойство

public static DependencyProperty,System.Windows BottomProperty
Результат System.Windows.DependencyProperty

LeftProperty публичное статическое свойство

public static DependencyProperty,System.Windows LeftProperty
Результат System.Windows.DependencyProperty

RightProperty публичное статическое свойство

public static DependencyProperty,System.Windows RightProperty
Результат System.Windows.DependencyProperty

TopProperty публичное статическое свойство

public static DependencyProperty,System.Windows TopProperty
Результат System.Windows.DependencyProperty