Class OverviewResizer
Represents the class which holds data and functionalities for over view resizing process. This uses System.Windows.Controls.ContentControl class to have a single piece of content of SfDiagram control type.
Inheritance
System.Object
OverviewResizer
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class OverviewResizer : ContentControl
Constructors
OverviewResizer()
Initializes a new instance of the OverviewResizer class.
Declaration
public OverviewResizer()
Methods
OnApplyTemplate()
Overridden to apply templates to the over view resizing elements.
Declaration
public override void OnApplyTemplate()