MindFusion.Charting for WPF Programmer's Guide
Pointer.ActualPointerHeight Property
See Also
 





Gets the actual height of the pointer. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double ActualPointerHeight { get; }

Visual Basic  Copy Code

Public ReadOnly Property ActualPointerHeight As Double

 Property Value

 Remarks

This property can be bound to from within the pointer template because binding directly to FrameworkElement.ActualHeight seems to fail.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges.Wpf Namespace