In This Article

LinearTickMarkCustom Class

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

public class LinearTickMarkCustom : LinearTickMarkBase, ILogicalParent, IVisualParent
Inheritance:
object Visual UIElement FrameworkElement GaugeElement TickBase LinearTickBase LinearTickMarkBase 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

LinearTickMarkCustom()

Initializes an instance of the class.

public LinearTickMarkCustom()

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