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






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

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 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.Silverlight Namespace