menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFitToPage - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IFitToPage

    Represents a prameters to execute FitToPageCommand.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.Foundation.Rect

    Margin

    Gets or sets the margin of the page.

    Declaration
    Thickness Margin { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Region

    Gets or sets the Region of the page.

    Declaration
    Region Region { get; set; }
    Property Value
    Type
    Region

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved