Search
Range Members
Constructors Properties
 


Represents a range within a gauge scale.

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

 Public Constructors

  Name Description

Range

Creates an instance of Range class.

 Public Properties

  Name Description

alignment

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

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.

capEnd

Gets or sets a value indicating whether to draw a stroke in the end of this range.

capStart

Gets or sets a value indicating whether to draw a stroke in the beginning of this range.

endWidth

Gets or sets the width of this range at its end.

maxValue

Gets or sets the end value of this range.

minValue

Gets or sets the start value of this range.

offset

Gets or sets the offset of the range from the position calculated according to its alignment.

startWidth

Gets or sets the width of this range at its start.

strokeInside

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

strokeOutside

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

 See Also