menu

UWP

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

    Show / Hide Table of Contents

    Class FitToPageParameter

    Parameters to execute FitToPageCommand

    Inheritance
    System.Object
    FitToPageParameter
    Implements
    IFitToPage
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class FitToPageParameter : Object, IFitToPage

    Constructors

    FitToPageParameter()

    Declaration
    public FitToPageParameter()

    Properties

    CanZoomIn

    Gets or sets the CanZoomIn

    Declaration
    public bool CanZoomIn { get; set; }
    Property Value
    Type
    System.Boolean

    FitToPage

    Gets or sets FitToPage

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

    FocusArea

    Gets or sets focus area in custom region

    Declaration
    public Rect FocusArea { get; set; }
    Property Value
    Type
    Windows.Foundation.Rect

    Margin

    Gets or sets the Margin

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

    Region

    Gets or sets Region

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

    Implements

    IFitToPage

    Extension Methods

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