ScaleObject
Define attachable properties for objects are located over the scale.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ScaleObject : DependencyObject
Inheritance: objectScaleObject
Constructors
public ScaleObject()
Fields
HotSpotProperty
DependencyProperty
Identifies the HotSpot dependency property.
public static readonly DependencyProperty HotSpotProperty
LocationProperty
DependencyProperty
Identifies the Location dependency property.
public static readonly DependencyProperty LocationProperty
OffsetProperty
DependencyProperty
Identifies the Offset dependency property.
public static readonly DependencyProperty OffsetProperty
OwnerProperty
DependencyProperty
Identifies the Owner dependency property.
public static readonly DependencyProperty OwnerProperty
RangeGroupProperty
DependencyProperty
Identifies the RangeGroup dependency property.
public static readonly DependencyProperty RangeGroupProperty
RangeProperty
DependencyProperty
Identifies the Range dependency property.
public static readonly DependencyProperty RangeProperty
RelativeHeightProperty
DependencyProperty
Identifies the RelativeHeight dependency property.
public static readonly DependencyProperty RelativeHeightProperty
RelativeWidthProperty
DependencyProperty
Identifies the RelativeWidth dependency property.
public static readonly DependencyProperty RelativeWidthProperty
RelativeXProperty
DependencyProperty
Identifies the RelativeX dependency property.
public static readonly DependencyProperty RelativeXProperty
RelativeYProperty
DependencyProperty
Identifies the RelativeY dependency property.
public static readonly DependencyProperty RelativeYProperty
ValueProperty
DependencyProperty
Identifies the Value dependency property.
public static readonly DependencyProperty ValueProperty
Methods
Gets value of the attachable HotSpot property.
public static HotSpot GetHotSpot(DependencyObject element)
Element to get value of the property from.
Returns:Value of the HotSpot property.
Gets value of the attachable Location property.
public static ScaleObjectLocation GetLocation(DependencyObject element)
Element to get value of the property from.
Returns:Value of the Location property.
Gets value of the attachable Offset property.
public static GaugeMeasure GetOffset(DependencyObject element)
Element to get value of the property from.
Returns:Value of the Offset property.
Gets scale owner of the scale object.
public static ScaleBase GetOwner(DependencyObject element)
Element to get value of the property from.
Returns:Value of the Owner property.
Gets value of the attachable Range property.
public static GaugeRange GetRange(DependencyObject element)
Element to get value of the property from.
Returns:Value of the Range property.
Gets value of the attachable RangeGroup property.
public static GaugeRangeGroup GetRangeGroup(DependencyObject element)
Element to get value of the property from.
Returns:Value of the RangeGroup property.
Gets value of the attachable RelativeHeight property.
public static GaugeMeasure GetRelativeHeight(DependencyObject element)
Element to get value of the property from.
Returns:Value of the RelativeHeight property.
Gets value of the attachable RelativeWidth property.
public static GaugeMeasure GetRelativeWidth(DependencyObject element)
Element to get value of the property from.
Returns:Value of the RelativeWidth property.
Gets value of the attachable RelativeX property.
public static double GetRelativeX(DependencyObject element)
Element to get value of the property from.
Returns:Value of the RelativeX property.
Gets value of the attachable RelativeY property.
public static double GetRelativeY(DependencyObject element)
Element to get value of the property from.
Returns:Value of the RelativeY property.
Gets value of the attachable Value property.
public static double GetValue(DependencyObject element)
Element to get value of the property from.
Returns:Value of the Value property.
Gets value from the object depends on its type.
public static double GetValueFromObject(DependencyObject valueObject)
Object to get value from.
Returns:Value of the Value property.
Sets value of the attachable HotSpot property.
public static void SetHotSpot(DependencyObject element, HotSpot value)
Element to set value of the property to.
valueHotSpotHotspot.
Sets value of the attachable Location property.
public static void SetLocation(DependencyObject element, ScaleObjectLocation value)
Element to set value of the property to.
valueScaleObjectLocationLocation of the element.
Sets value of the attachable Offset property.
public static void SetOffset(DependencyObject element, GaugeMeasure value)
Element to set value of the property to.
valueGaugeMeasureOffset of the element.
Sets scale owner of the scale object.
public static void SetOwner(DependencyObject element, ScaleBase value)
Element to set value of the property to.
valueScaleBaseOwner of the element.
Sets value of the attachable Range property.
public static void SetRange(DependencyObject element, GaugeRange value)
Element to set value of the property to.
valueGaugeRangeRange of the element.
Sets value of the attachable RangeGroup property.
public static void SetRangeGroup(DependencyObject element, GaugeRangeGroup value)
Element to set value of the property to.
valueGaugeRangeGroupRangeGroup of the element.
Sets value of the attachable RelativeHeight property.
public static void SetRelativeHeight(DependencyObject element, GaugeMeasure value)
Element to set value of the property to.
valueGaugeMeasureRelative height.
Sets value of the attachable RelativeWidth property.
public static void SetRelativeWidth(DependencyObject element, GaugeMeasure value)
Element to set value of the property to.
valueGaugeMeasureRelative width.
Sets value of the attachable RelativeX property.
public static void SetRelativeX(DependencyObject element, double value)
Element to set value of the property to.
valuedoubleRelative X.
Sets value of the attachable RelativeY property.
public static void SetRelativeY(DependencyObject element, double value)
Element to set value of the property to.
valuedoubleRelative Y.
Sets value of the attachable Value property.
public static void SetValue(DependencyObject element, double value)
Element to set value of the property to.
valuedoubleValue of the element.