A special grid-derived container which provides ActualContainerWidth and ActualContainerHeight properties which can be bound to from within XAML.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public class Container : Grid |
Visual Basic
Copy Code
|
|---|
Public Class Container |
Inheritance HierarchySystem.Object![]()
System.Windows.DependencyObject![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Panel![]()
System.Windows.Controls.Grid![]()
MindFusion.Gauges.Wpf.Container
See Also