Gets the actual width of the pointer. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public double ActualPointerWidth { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ActualPointerWidth As Double |
RemarksThis property can be bound to from within the pointer template because binding directly to FrameworkElement.ActualWidth seems to fail.
See Also