C# Class ChatterBox.Client.Presentation.Shared.AttachedProperties.ActualSize

Afficher le fichier Open project: openpeer/ChatterBox

Méthodes publiques

Свойство Type Description
ActualHeightProperty Windows.UI.Xaml.DependencyProperty
ActualWidthProperty Windows.UI.Xaml.DependencyProperty
EnabledProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Element_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
OnActualSizeEnable ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetActualHeight() public static méthode

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.
Résultat double

GetActualWidth() public static méthode

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.
Résultat double

GetEnabled() public static méthode

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.
Résultat bool

SetActualHeight() public static méthode

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.
Résultat void

SetActualWidth() public static méthode

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.
Résultat void

SetEnabled() public static méthode

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.
Résultat void

Property Details

ActualHeightProperty public_oe static_oe property

Identifies the ActualHeight attached property.
public static DependencyProperty,Windows.UI.Xaml ActualHeightProperty
Résultat Windows.UI.Xaml.DependencyProperty

ActualWidthProperty public_oe static_oe property

Identifies the ActualWidth attached property.
public static DependencyProperty,Windows.UI.Xaml ActualWidthProperty
Résultat Windows.UI.Xaml.DependencyProperty

EnabledProperty public_oe static_oe property

Identifies the Enabled attached property.
public static DependencyProperty,Windows.UI.Xaml EnabledProperty
Résultat Windows.UI.Xaml.DependencyProperty