Gets the actual height of the container. This is a dependency property.
Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight
C#
![]() |
---|
public double ActualContainerHeight { get; set; } |
Visual Basic
![]() |
---|
Public Property ActualContainerHeight As Double |
This property can be bound to from within XAML because binding directly to FrameworkElement.ActualHeight seems to fail.