Property | Type | Description | |
---|---|---|---|
ActualHeightProperty | |||
ActualWidthProperty | |||
EnabledProperty |
Method | Description | |
---|---|---|
GetActualHeight ( |
Gets the value of the ActualHeight attached property for a given dependency object.
|
|
GetActualWidth ( |
Gets the value of the ActualWidth attached property for a given dependency object.
|
|
GetEnabled ( |
Gets the value of the Enabled attached property for a given dependency object.
|
|
SetActualHeight ( |
Sets the value of the ActualHeight attached property for a given dependency object.
|
|
SetActualWidth ( |
Sets the value of the ActualWidth attached property for a given dependency object.
|
|
SetEnabled ( |
Sets the value of the Enabled attached property for a given dependency object.
|
Method | Description | |
---|---|---|
Element_SizeChanged ( object sender, |
||
OnActualSizeEnable ( |
public static GetActualHeight ( |
||
obj | The object for which the property value /// is read. | |
return | double |
public static GetActualWidth ( |
||
obj | The object for which the property value /// is read. | |
return | double |
public static GetEnabled ( |
||
obj | The object for which the property value /// is read. | |
return | bool |
public static SetActualHeight ( |
||
obj | The object to which the property value /// is written. | |
value | double | Sets the ActualHeight value of the specified object. |
return | void |
public static SetActualWidth ( |
||
obj | The object to which the property value /// is written. | |
value | double | Sets the ActualWidth value of the specified object. |
return | void |
public static SetEnabled ( |
||
obj | The object to which the property value /// is written. | |
value | bool | Sets the Enabled value of the specified object. |
return | void |
public static DependencyProperty,Windows.UI.Xaml ActualHeightProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ActualWidthProperty | ||
return |