In This Article

CircularPointerBar Class

Represents a bar pointer for use in a CircularGauge.

public class CircularPointerBar : CircularPointerBase, ILogicalParent, IVisualParent
Inheritance:
object Visual UIElement FrameworkElement GaugeElement PointerBase CircularPointerBase object
Implements:
ILogicalParent IVisualParent

Constructors

CircularPointerBar()

Initializes an instance of the class.

public CircularPointerBar()

Properties

BarOrigin

The origin of the bar.

public PointerBarOrigin BarOrigin { get; set; }

Property Value

PointerBarOrigin:

The default value is Minimum.

Methods

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

protected override void OnRender(DrawingContext drawingContext)
Parameter Type Description
drawingContext DrawingContext

The drawing instructions for a specific element. This context is provided to the layout system.

Fields

BarOriginProperty

Defines the BarOrigin property.

public static readonly DependencyProperty BarOriginProperty

Inherited Members

Extension Methods