Class
ActualSizeProxy

Exposes the and of an element.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ActualSizeProxy : DependencyObject

Inheritance: objectActualSizeProxy

Constructors

ActualSizeProxy()

Declaration

cs-api-definition
public ActualSizeProxy()

Fields

ActualHeightProperty

Identifies the ActualHeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActualHeightProperty

Field Value

DependencyProperty

ActualWidthProperty

Identifies the ActualWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActualWidthProperty

Field Value

DependencyProperty

IsEnabledProperty

Identifies the IsEnabled dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsEnabledProperty

Field Value

DependencyProperty

Methods

GetActualHeight(DependencyObject)

Gets the ActualHeight of the specified DependencyObject.

Declaration

cs-api-definition
public static double GetActualHeight(DependencyObject obj)

Parameters

obj

DependencyObject

The DependencyObject object.

Returns

double

The ActualHeight of the specified DependencyObject.

GetActualWidth(DependencyObject)

Gets the ActualWidth of the specified DependencyObject.

Declaration

cs-api-definition
public static double GetActualWidth(DependencyObject obj)

Parameters

obj

DependencyObject

The DependencyObject object.

Returns

double

The ActualWidth of the specified DependencyObject.

GetIsEnabled(DependencyObject)

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

Declaration

cs-api-definition
public static bool GetIsEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

The DependencyObject object.

Returns

bool

The value of the IsEnabled property for the specified DependencyObject

SetActualHeight(DependencyObject, double)

Sets the ActualHeight for the specified DependencyObject.

Declaration

cs-api-definition
public static void SetActualHeight(DependencyObject obj, double value)

Parameters

obj

DependencyObject

The DependencyObject object.

value

double

The new value for the ActualHeight property.

SetActualWidth(DependencyObject, double)

Sets the ActualWidth for the specified DependencyObject.

Declaration

cs-api-definition
public static void SetActualWidth(DependencyObject obj, double value)

Parameters

obj

DependencyObject

The DependencyObject object.

value

double

The new value for the ActualWidth property.

SetIsEnabled(DependencyObject, bool)

Sets the IsEnabled property for the specified DependencyObject.

Declaration

cs-api-definition
public static void SetIsEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

The DependencyObject object.

value

bool

The new value for the IsEnabled property.