MindFusion.Wpf Pack Programmer's Guide
Range Members
Constructors Fields Properties Methods
 


Represents a range within a gauge scale.

The following tables list the members exposed by the Range type.

 Public Constructors

  Name Description

Range

Initializes a new instance of the Range class.

 Public Fields

  Name Description

AlignmentProperty

Identifies the Alignment dependency property.

AutoSizeProperty

Identifies the AutoSize dependency property.

CapEndProperty

Identifies the CapEnd dependency property.

CapStartProperty

Identifies the CapStart dependency property.

EndWidthProperty

Identifies the EndWidth dependency property.

FillProperty

Identifies the Fill dependency property.

MaxValueProperty

Identifies the MaxValue dependency property.

MinValueProperty

Identifies the MinValue dependency property.

OffsetProperty

Identifies the Offset dependency property.

StartWidthProperty

Identifies the StartWidth dependency property.

StrokeInsideProperty

Identifies the StrokeInside dependency property.

StrokeOutsideProperty

Identifies the StrokeOutside dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

 Public Properties

  Name Description

Alignment

Gets or sets the alignment of this range relative to the scale it is associated with. This is a dependency property.

AutoSize

Gets or sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale. This is a dependency property.

CapEnd

Gets or sets a value indicating whether to draw a stroke the beginning of this range. This is a dependency property.

CapStart

Gets or sets a value indicating whether to draw a stroke the beginning of this range. This is a dependency property.

EndWidth

Gets or sets the width of this range at its end. This is a dependency property.

Fill

Gets or sets the fill brush of this range. This is a dependency property.

MaxValue

Gets or sets the end value of this range. This is a dependency property.

MinValue

Gets or sets the start value of this range. This is a dependency property.

Offset

Gets or sets the offset of the range from the position calculated according to its alignment. This is a dependency property.

StartWidth

Gets or sets the width of this range at its start. This is a dependency property.

Stroke

Gets or sets the stroke of this range. This is a dependency property.

StrokeInside

Gets or sets a value indicating whether to draw a stroke at the inside of this range. This is a dependency property.

StrokeOutside

Gets or sets a value indicating whether to draw a stroke at the outside of this range. This is a dependency property.

StrokeThickness

Gets or sets the stroke thickness of this range. This is a dependency property.

 Protected Methods

  Name Description

MeasureOverride

Control.MeasureOverride override.

OnMouseDown

UIElement.OnMouseDown override.

 See Also

Range Class
MindFusion.Gauges.Wpf Namespace