New to Telerik UI for WPFStart a free 30-day trial

Exposes the and of an element.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ActualSizeProxy : DependencyObject

Inheritance: objectActualSizeProxy

Constructors

C#
public ActualSizeProxy()

Fields

ActualHeightProperty

DependencyProperty

Identifies the ActualHeight dependency property.

C#
public static readonly DependencyProperty ActualHeightProperty

ActualWidthProperty

DependencyProperty

Identifies the ActualWidth dependency property.

C#
public static readonly DependencyProperty ActualWidthProperty

IsEnabledProperty

DependencyProperty

Identifies the IsEnabled dependency property.

C#
public static readonly DependencyProperty IsEnabledProperty

Methods

Gets the ActualHeight of the specified DependencyObject.

C#
public static double GetActualHeight(DependencyObject obj)
Parameters:objDependencyObject

The DependencyObject object.

Returns:

double

The ActualHeight of the specified DependencyObject.

Gets the ActualWidth of the specified DependencyObject.

C#
public static double GetActualWidth(DependencyObject obj)
Parameters:objDependencyObject

The DependencyObject object.

Returns:

double

The ActualWidth of the specified DependencyObject.

Gets the value of the IsEnabled property for the specified DependencyObject.

C#
public static bool GetIsEnabled(DependencyObject obj)
Parameters:objDependencyObject

The DependencyObject object.

Returns:

bool

The value of the IsEnabled property for the specified DependencyObject

Sets the ActualHeight for the specified DependencyObject.

C#
public static void SetActualHeight(DependencyObject obj, double value)
Parameters:objDependencyObject

The DependencyObject object.

valuedouble

The new value for the ActualHeight property.

Sets the ActualWidth for the specified DependencyObject.

C#
public static void SetActualWidth(DependencyObject obj, double value)
Parameters:objDependencyObject

The DependencyObject object.

valuedouble

The new value for the ActualWidth property.

Sets the IsEnabled property for the specified DependencyObject.

C#
public static void SetIsEnabled(DependencyObject obj, bool value)
Parameters:objDependencyObject

The DependencyObject object.

valuebool

The new value for the IsEnabled property.