ActualSizeProxy
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
public ActualSizeProxy()
Fields
ActualHeightProperty
DependencyProperty
Identifies the ActualHeight dependency property.
public static readonly DependencyProperty ActualHeightProperty
ActualWidthProperty
DependencyProperty
Identifies the ActualWidth dependency property.
public static readonly DependencyProperty ActualWidthProperty
IsEnabledProperty
DependencyProperty
Identifies the IsEnabled dependency property.
public static readonly DependencyProperty IsEnabledProperty
Methods
Gets the ActualHeight of the specified DependencyObject.
public static double GetActualHeight(DependencyObject obj)
The DependencyObject object.
Returns:The ActualHeight of the specified DependencyObject.
Gets the ActualWidth of the specified DependencyObject.
public static double GetActualWidth(DependencyObject obj)
The DependencyObject object.
Returns:The ActualWidth of the specified DependencyObject.
Gets the value of the IsEnabled property for the specified DependencyObject.
public static bool GetIsEnabled(DependencyObject obj)
The DependencyObject object.
Returns:The value of the IsEnabled property for the specified DependencyObject
Sets the ActualHeight for the specified DependencyObject.
public static void SetActualHeight(DependencyObject obj, double value)
The DependencyObject object.
valuedoubleThe new value for the ActualHeight property.
Sets the ActualWidth for the specified DependencyObject.
public static void SetActualWidth(DependencyObject obj, double value)
The DependencyObject object.
valuedoubleThe new value for the ActualWidth property.
Sets the IsEnabled property for the specified DependencyObject.
public static void SetIsEnabled(DependencyObject obj, bool value)
The DependencyObject object.
valueboolThe new value for the IsEnabled property.