WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFitToPage - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Boolean

    FitToPage

    Gets or sets FitToPage.

    Declaration
    FitToPage FitToPage { get; set; }
    Property Value
    Type Description
    FitToPage

    FocusArea

    Gets or sets the focusarea of the diagram.

    Declaration
    Rect FocusArea { get; set; }
    Property Value
    Type Description
    System.Windows.Rect

    Margin

    Gets or sets the margin of the page.

    Declaration
    Thickness Margin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Region

    Gets or sets the Region of the page.

    Declaration
    Region Region { get; set; }
    Property Value
    Type Description
    Region
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved