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





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

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

 Syntax

C#  Copy Code

public double ActualPointerWidth { get; }

Visual Basic  Copy Code

Public ReadOnly Property ActualPointerWidth As Double

 Property Value

 Remarks

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

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges.Wpf Namespace