In This Article

CircularTickMarkCustom Class

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

public class CircularTickMarkCustom : CircularTickMarkBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, ILogicalParent, IVisualParent
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.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()

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

System.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

System.Windows.Media.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

Extension Methods