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


Provides settings for the middle ticks and labels in a gauge scale.

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

 Public Constructors

  Name Description

MiddleTickSettings

Initializes a new instance of the MiddleTickSettings class.

 Public Fields

  Name Description

CountProperty

Identifies the Count dependency property. (Inherited from TickSettings.)

CustomIntervalsProperty

Identifies the CustomIntervals dependency property. (Inherited from TickSettings.)

FillProperty

Identifies the Fill dependency property. (Inherited from TickSettings.)

FontSizeProperty

Identifies the FontSize dependency property. (Inherited from TickSettings.)

FontWeightProperty

Identifies the FontWeight dependency property. (Inherited from TickSettings.)

LabelAlignmentProperty

Identifies the LabelAlignment dependency property. (Inherited from TickSettings.)

LabelForegroundProperty

Identifies the LabelForeground dependency property. (Inherited from TickSettings.)

LabelFormatProperty

Identifies the LabelFormat dependency property. (Inherited from TickSettings.)

LabelOffsetProperty

Identifies the LabelOffset dependency property. (Inherited from TickSettings.)

LabelRotationProperty

Identifies the LabelRotation dependency property. (Inherited from TickSettings.)

LabelTemplateProperty

Identifies the LabelTemplate dependency property. (Inherited from TickSettings.)

ShowLabelsProperty

Identifies the ShowLabels dependency property. (Inherited from TickSettings.)

ShowMaxValueTickProperty

Identifies the ShowMaxValueTick dependency property. (Inherited from TickSettings.)

ShowTicksProperty

Identifies the ShowTicks dependency property. (Inherited from TickSettings.)

StepProperty

Identifies the Step dependency property. (Inherited from TickSettings.)

StrokeProperty

Identifies the Stroke dependency property. (Inherited from TickSettings.)

StrokeThicknessProperty

Identifies the StrokeThickness dependency property. (Inherited from TickSettings.)

TickAlignmentProperty

Identifies the TickAlignment dependency property. (Inherited from TickSettings.)

TickHeightProperty

Identifies the TickHeight dependency property. (Inherited from TickSettings.)

TickOffsetProperty

Identifies the TickOffset dependency property. (Inherited from TickSettings.)

TickShapeProperty

Identifies the TickShape dependency property. (Inherited from TickSettings.)

TickTemplateProperty

Identifies the TickTemplate dependency property. (Inherited from TickSettings.)

TickWidthProperty

Identifies the TickWidth dependency property. (Inherited from TickSettings.)

 Public Properties

  Name Description

Count

Gets or sets the number of ticks and labels. This is a dependency property. (Inherited from TickSettings.)

CustomIntervals

Gets or sets a collection with CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval. This is a dependency property. (Inherited from TickSettings.)

Fill

Gets or sets the fill brush of the ticks. This is a dependency property. (Inherited from TickSettings.)

FontSize

Gets or sets the font size of the labels. This is a dependency property. (Inherited from TickSettings.)

FontWeight

Gets or sets the font weight of the labels. This is a dependency property. (Inherited from TickSettings.)

LabelAlignment

Gets or sets the alignment of the labels relative to the scale. This is a dependency property. (Inherited from TickSettings.)

LabelForeground

Gets or sets the brush used to paint label texts. This is a dependency property. (Inherited from TickSettings.)

LabelFormat

Gets or sets the format for label texts. (Inherited from TickSettings.)

LabelOffset

Gets or sets the offset of the labels relative to their calculated position. This is a dependency property. (Inherited from TickSettings.)

LabelRotation

Gets or sets the rotation mode of the labels. This is a dependency property. (Inherited from TickSettings.)

LabelTemplate

Gets or sets the DataTemplate to use for label representation. This is a dependency property. (Inherited from TickSettings.)

ShowLabels

Gets or sets a value indicating whether the labels are visible. This is a dependency property. (Inherited from TickSettings.)

ShowMaxValueTick

Gets or sets a value indicating whether to display a tick for the MaxValue of the scale. This is a dependency property. (Inherited from TickSettings.)

ShowTicks

Gets or sets a value indicating whether the ticks are visible. This is a dependency property. (Inherited from TickSettings.)

Step

Gets or sets the value between adjacent ticks and labels. This is a dependency property. (Inherited from TickSettings.)

Stroke

Gets or sets the stroke brush of the ticks. This is a dependency property. (Inherited from TickSettings.)

StrokeThickness

Gets or sets the thickness of tick strokes. This is a dependency property. (Inherited from TickSettings.)

TickAlignment

Gets or sets the alignment of the ticks relative to the scale. This is a dependency property. (Inherited from TickSettings.)

TickHeight

Gets or sets the height of a tick. This is a dependency property. (Inherited from TickSettings.)

TickOffset

Gets or sets the offset of he ticks relative to their calculated position. This is a dependency property. (Inherited from TickSettings.)

TickShape

Gets or sets the shape of the ticks. This is a dependency property. (Inherited from TickSettings.)

TickTemplate

Gets or sets the DataTemplate to use for tick representation. This is a dependency property. (Inherited from TickSettings.)

TickType

TickSettings.TickType override.

TickWidth

Gets or sets the width of a tick. This is a dependency property. (Inherited from TickSettings.)

 Protected Methods

  Name Description

OnPropertyChanged

Raises the PropertyChanged event. (Inherited from TickSettings.)

 Public Events

  Name Description

PropertyChanged

Raised when a property value changes. (Inherited from TickSettings.)

 See Also

MiddleTickSettings Class
MindFusion.Gauges.Wpf Namespace