ClassActualSizeProxy
Exposes the and of an element.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ActualSizeProxy : DependencyObject
Inheritance: objectActualSizeProxy
Constructors
ActualSizeProxy()
Declaration
public ActualSizeProxy()
Fields
ActualHeightProperty
Identifies the ActualHeight dependency property.
Declaration
public static readonly DependencyProperty ActualHeightProperty
Field Value
DependencyProperty
ActualWidthProperty
Identifies the ActualWidth dependency property.
Declaration
public static readonly DependencyProperty ActualWidthProperty
Field Value
DependencyProperty
IsEnabledProperty
Identifies the IsEnabled dependency property.
Declaration
public static readonly DependencyProperty IsEnabledProperty
Field Value
DependencyProperty
Methods
GetActualHeight(DependencyObject)
Gets the ActualHeight of the specified DependencyObject.
Declaration
public static double GetActualHeight(DependencyObject obj)
Parameters
obj
DependencyObject
The DependencyObject object.
Returns
The ActualHeight of the specified DependencyObject.
GetActualWidth(DependencyObject)
Gets the ActualWidth of the specified DependencyObject.
Declaration
public static double GetActualWidth(DependencyObject obj)
Parameters
obj
DependencyObject
The DependencyObject object.
Returns
The ActualWidth of the specified DependencyObject.
GetIsEnabled(DependencyObject)
Gets the value of the IsEnabled property for the specified DependencyObject.
Declaration
public static bool GetIsEnabled(DependencyObject obj)
Parameters
obj
DependencyObject
The DependencyObject object.
Returns
The value of the IsEnabled property for the specified DependencyObject
SetActualHeight(DependencyObject, double)
Sets the ActualHeight for the specified DependencyObject.
Declaration
public static void SetActualHeight(DependencyObject obj, double value)
Parameters
obj
DependencyObject
The DependencyObject object.
value
The new value for the ActualHeight property.
SetActualWidth(DependencyObject, double)
Sets the ActualWidth for the specified DependencyObject.
Declaration
public static void SetActualWidth(DependencyObject obj, double value)
Parameters
obj
DependencyObject
The DependencyObject object.
value
The new value for the ActualWidth property.
SetIsEnabled(DependencyObject, bool)
Sets the IsEnabled property for the specified DependencyObject.
Declaration
public static void SetIsEnabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
The DependencyObject object.
value
The new value for the IsEnabled property.