C# Класс ChatterBox.Client.Presentation.Shared.AttachedProperties.ActualSize

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

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

Свойство Тип Описание
ActualHeightProperty Windows.UI.Xaml.DependencyProperty
ActualWidthProperty Windows.UI.Xaml.DependencyProperty
EnabledProperty Windows.UI.Xaml.DependencyProperty

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

Метод Описание
GetActualHeight ( DependencyObject obj ) : double

Gets the value of the ActualHeight attached property for a given dependency object.

GetActualWidth ( DependencyObject obj ) : double

Gets the value of the ActualWidth attached property for a given dependency object.

GetEnabled ( DependencyObject obj ) : bool

Gets the value of the Enabled attached property for a given dependency object.

SetActualHeight ( DependencyObject obj, double value ) : void

Sets the value of the ActualHeight attached property for a given dependency object.

SetActualWidth ( DependencyObject obj, double value ) : void

Sets the value of the ActualWidth attached property for a given dependency object.

SetEnabled ( DependencyObject obj, bool value ) : void

Sets the value of the Enabled attached property for a given dependency object.

Приватные методы

Метод Описание
Element_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
OnActualSizeEnable ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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

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

Gets the value of the ActualHeight attached property for a given dependency object.
public static GetActualHeight ( DependencyObject obj ) : double
obj Windows.UI.Xaml.DependencyObject The object for which the property value /// is read.
Результат double

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

Gets the value of the ActualWidth attached property for a given dependency object.
public static GetActualWidth ( DependencyObject obj ) : double
obj Windows.UI.Xaml.DependencyObject The object for which the property value /// is read.
Результат double

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

Gets the value of the Enabled attached property for a given dependency object.
public static GetEnabled ( DependencyObject obj ) : bool
obj Windows.UI.Xaml.DependencyObject The object for which the property value /// is read.
Результат bool

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

Sets the value of the ActualHeight attached property for a given dependency object.
public static SetActualHeight ( DependencyObject obj, double value ) : void
obj Windows.UI.Xaml.DependencyObject The object to which the property value /// is written.
value double Sets the ActualHeight value of the specified object.
Результат void

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

Sets the value of the ActualWidth attached property for a given dependency object.
public static SetActualWidth ( DependencyObject obj, double value ) : void
obj Windows.UI.Xaml.DependencyObject The object to which the property value /// is written.
value double Sets the ActualWidth value of the specified object.
Результат void

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

Sets the value of the Enabled attached property for a given dependency object.
public static SetEnabled ( DependencyObject obj, bool value ) : void
obj Windows.UI.Xaml.DependencyObject The object to which the property value /// is written.
value bool Sets the Enabled value of the specified object.
Результат void

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

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

Identifies the ActualHeight attached property.
public static DependencyProperty,Windows.UI.Xaml ActualHeightProperty
Результат Windows.UI.Xaml.DependencyProperty

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

Identifies the ActualWidth attached property.
public static DependencyProperty,Windows.UI.Xaml ActualWidthProperty
Результат Windows.UI.Xaml.DependencyProperty

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

Identifies the Enabled attached property.
public static DependencyProperty,Windows.UI.Xaml EnabledProperty
Результат Windows.UI.Xaml.DependencyProperty