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


Represents an interval with associated custom values for fill, stroke and stroke thickness.

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

 Public Constructors

  Name Description

CustomInterval

Initializes a new instance of the CustomInterval class.

 Public Fields

  Name Description

FillProperty

Identifies the Fill dependency property.

MaxValueProperty

Identifies the MaxValue dependency property.

MinValueProperty

Identifies the MinValue dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

 Public Properties

  Name Description

Fill

Gets or sets the brush to apply as a background of the elements within the custom interval. This is a dependency property.

MaxValue

Gets or sets the end of this custom interval. This is a dependency property.

MinValue

Gets or sets the start of this custom interval. This is a dependency property.

Stroke

Gets or sets the brush to apply as an outline of the elements within the custom interval. This is a dependency property.

StrokeThickness

Gets or sets the outline thickness of the elements within the custom interval. This is a dependency property.

 Protected Methods

  Name Description

OnPropertyChanged

Raises the PropertyChanged event.

 Public Events

  Name Description

PropertyChanged

Occurs when a property of the interval changes.

 See Also

CustomInterval Class
MindFusion.Gauges.Wpf Namespace