In This Article

CircularTickMarkCustom Class

Represents an element that renders a custom tick mark in a CircularGauge.

public class CircularTickMarkCustom : CircularTickMarkBase, ILogicalParent, IVisualParent
Inheritance:
object Visual UIElement FrameworkElement GaugeElement TickBase CircularTickBase CircularTickMarkBase object
Implements:
ILogicalParent IVisualParent

Remarks

For detailed documentation on this control's features and how to use them, please see the Gauge documentation topics.

Constructors

CircularTickMarkCustom()

Initializes an instance of the class.

public CircularTickMarkCustom()

Properties

Value

Gets or sets the value where the custom tick mark should be placed. This is a dependency property.

public double Value { get; set; }

Property Value

double:

The value where the custom tick mark should be placed. The default value is 0.

Methods

GetValues()

Gets the values to be rendered by this tick mark element.

protected override DoubleCollection GetValues()

Returns

DoubleCollection:

Zero or more values to be rendered by this tick mark element.

Fields

ValueProperty

Identifies the Value dependency property. This field is read-only.

public static readonly DependencyProperty ValueProperty

Inherited Members