Defines a decorator that can stretch and scale a single child to fill the available space.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public class Viewbox : Decorator |
Visual Basic
Copy Code
|
|---|
Public Class Viewbox |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Decorator![]()
MindFusion.Mapping.Wpf.Viewbox
See Also