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