Class
ScaleObject

Define attachable properties for objects are located over the scale.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ScaleObject : DependencyObject

Inheritance: objectScaleObject

Constructors

ScaleObject()

Declaration

cs-api-definition
public ScaleObject()

Fields

HotSpotProperty

Identifies the HotSpot dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HotSpotProperty

Field Value

DependencyProperty

LocationProperty

Identifies the Location dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LocationProperty

Field Value

DependencyProperty

OffsetProperty

Identifies the Offset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OffsetProperty

Field Value

DependencyProperty

OwnerProperty

Identifies the Owner dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OwnerProperty

Field Value

DependencyProperty

RangeGroupProperty

Identifies the RangeGroup dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RangeGroupProperty

Field Value

DependencyProperty

RangeProperty

Identifies the Range dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RangeProperty

Field Value

DependencyProperty

RelativeHeightProperty

Identifies the RelativeHeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RelativeHeightProperty

Field Value

DependencyProperty

RelativeWidthProperty

Identifies the RelativeWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RelativeWidthProperty

Field Value

DependencyProperty

RelativeXProperty

Identifies the RelativeX dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RelativeXProperty

Field Value

DependencyProperty

RelativeYProperty

Identifies the RelativeY dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RelativeYProperty

Field Value

DependencyProperty

ValueProperty

Identifies the Value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Methods

GetHotSpot(DependencyObject)

Gets value of the attachable HotSpot property.

Declaration

cs-api-definition
public static HotSpot GetHotSpot(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

HotSpot

Value of the HotSpot property.

GetLocation(DependencyObject)

Gets value of the attachable Location property.

Declaration

cs-api-definition
public static ScaleObjectLocation GetLocation(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

ScaleObjectLocation

Value of the Location property.

GetOffset(DependencyObject)

Gets value of the attachable Offset property.

Declaration

cs-api-definition
public static GaugeMeasure GetOffset(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

GaugeMeasure

Value of the Offset property.

GetOwner(DependencyObject)

Gets scale owner of the scale object.

Declaration

cs-api-definition
public static ScaleBase GetOwner(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

ScaleBase

Value of the Owner property.

GetRange(DependencyObject)

Gets value of the attachable Range property.

Declaration

cs-api-definition
public static GaugeRange GetRange(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

GaugeRange

Value of the Range property.

GetRangeGroup(DependencyObject)

Gets value of the attachable RangeGroup property.

Declaration

cs-api-definition
public static GaugeRangeGroup GetRangeGroup(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

GaugeRangeGroup

Value of the RangeGroup property.

GetRelativeHeight(DependencyObject)

Gets value of the attachable RelativeHeight property.

Declaration

cs-api-definition
public static GaugeMeasure GetRelativeHeight(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

GaugeMeasure

Value of the RelativeHeight property.

GetRelativeWidth(DependencyObject)

Gets value of the attachable RelativeWidth property.

Declaration

cs-api-definition
public static GaugeMeasure GetRelativeWidth(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

GaugeMeasure

Value of the RelativeWidth property.

GetRelativeX(DependencyObject)

Gets value of the attachable RelativeX property.

Declaration

cs-api-definition
public static double GetRelativeX(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

double

Value of the RelativeX property.

GetRelativeY(DependencyObject)

Gets value of the attachable RelativeY property.

Declaration

cs-api-definition
public static double GetRelativeY(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

double

Value of the RelativeY property.

GetValue(DependencyObject)

Gets value of the attachable Value property.

Declaration

cs-api-definition
public static double GetValue(DependencyObject element)

Parameters

element

DependencyObject

Element to get value of the property from.

Returns

double

Value of the Value property.

GetValueFromObject(DependencyObject)

Gets value from the object depends on its type.

Declaration

cs-api-definition
public static double GetValueFromObject(DependencyObject valueObject)

Parameters

valueObject

DependencyObject

Object to get value from.

Returns

double

Value of the Value property.

SetHotSpot(DependencyObject, HotSpot)

Sets value of the attachable HotSpot property.

Declaration

cs-api-definition
public static void SetHotSpot(DependencyObject element, HotSpot value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

HotSpot

Hotspot.

SetLocation(DependencyObject, ScaleObjectLocation)

Sets value of the attachable Location property.

Declaration

cs-api-definition
public static void SetLocation(DependencyObject element, ScaleObjectLocation value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

ScaleObjectLocation

Location of the element.

SetOffset(DependencyObject, GaugeMeasure)

Sets value of the attachable Offset property.

Declaration

cs-api-definition
public static void SetOffset(DependencyObject element, GaugeMeasure value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

GaugeMeasure

Offset of the element.

SetOwner(DependencyObject, ScaleBase)

Sets scale owner of the scale object.

Declaration

cs-api-definition
public static void SetOwner(DependencyObject element, ScaleBase value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

ScaleBase

Owner of the element.

SetRange(DependencyObject, GaugeRange)

Sets value of the attachable Range property.

Declaration

cs-api-definition
public static void SetRange(DependencyObject element, GaugeRange value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

GaugeRange

Range of the element.

SetRangeGroup(DependencyObject, GaugeRangeGroup)

Sets value of the attachable RangeGroup property.

Declaration

cs-api-definition
public static void SetRangeGroup(DependencyObject element, GaugeRangeGroup value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

GaugeRangeGroup

RangeGroup of the element.

SetRelativeHeight(DependencyObject, GaugeMeasure)

Sets value of the attachable RelativeHeight property.

Declaration

cs-api-definition
public static void SetRelativeHeight(DependencyObject element, GaugeMeasure value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

GaugeMeasure

Relative height.

SetRelativeWidth(DependencyObject, GaugeMeasure)

Sets value of the attachable RelativeWidth property.

Declaration

cs-api-definition
public static void SetRelativeWidth(DependencyObject element, GaugeMeasure value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

GaugeMeasure

Relative width.

SetRelativeX(DependencyObject, double)

Sets value of the attachable RelativeX property.

Declaration

cs-api-definition
public static void SetRelativeX(DependencyObject element, double value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

double

Relative X.

SetRelativeY(DependencyObject, double)

Sets value of the attachable RelativeY property.

Declaration

cs-api-definition
public static void SetRelativeY(DependencyObject element, double value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

double

Relative Y.

SetValue(DependencyObject, double)

Sets value of the attachable Value property.

Declaration

cs-api-definition
public static void SetValue(DependencyObject element, double value)

Parameters

element

DependencyObject

Element to set value of the property to.

value

double

Value of the element.