Interface IFitToPage
Represents a prameters to execute FitToPageCommand.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IFitToPage
Properties
CanZoomIn
Gets or sets a value indicates whether the diagram is zoomed.
Declaration
bool CanZoomIn { get; set; }
Property Value
Type |
---|
System.Boolean |
FitToPage
Gets or sets FitToPage.
Declaration
FitToPage FitToPage { get; set; }
Property Value
Type |
---|
FitToPage |
FocusArea
Gets or sets the focusarea of the diagram.
Declaration
Rect FocusArea { get; set; }
Property Value
Type |
---|
System.Windows.Rect |
Margin
Gets or sets the margin of the page.
Declaration
Thickness Margin { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
Region
Gets or sets the Region of the page.
Declaration
Region Region { get; set; }
Property Value
Type |
---|
Region |