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






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

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

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