MindFusion.Wpf Pack Programmer's Guide
Range Properties
 


 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.

 See Also

Range Class
MindFusion.Gauges.Wpf Namespace