Class
GaugeRangeGroup

Represents group of the gauge ranges.

Definition

Constructors

GaugeRangeGroup()

Initializes a new instance of the GaugeRangeGroup class.

Declaration

cs-api-definition
public GaugeRangeGroup()

Fields

ChildrenProperty

Identifies the Children dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChildrenProperty

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

VisibilityProperty

Identifies the Visibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VisibilityProperty

Field Value

DependencyProperty

Properties

Children

Gets or sets a collection of GaugeRange objects. This is a dependency property.

Declaration

cs-api-definition
public GaugeRangeCollection Children { get; set; }

Property Value

GaugeRangeCollection

Location

Gets or sets the location of the ranges in the group.

Declaration

cs-api-definition
public ScaleObjectLocation Location { get; set; }

Property Value

ScaleObjectLocation

Offset

Gets or sets the offset from the location for the gauges in the group.

Declaration

cs-api-definition
public GaugeMeasure Offset { get; set; }

Property Value

GaugeMeasure

Visibility

Gets or sets range group visibility.

Declaration

cs-api-definition
public Visibility Visibility { get; set; }

Property Value

Visibility

Methods

CheckRange(DependencyObject)

Check whether given object fall into the 1 of the ranges in this list.

Declaration

cs-api-definition
public void CheckRange(DependencyObject valueObject)

Parameters

valueObject

DependencyObject

Object to check.

Events

ChildrenCollectionChanged

Occurs when own or one of the child collections is changed.

Declaration

cs-api-definition
public event NotifyCollectionChangedEventHandler ChildrenCollectionChanged

Event Value

NotifyCollectionChangedEventHandler