menu

WPF

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

    Show / Hide Table of Contents

    Class FitToPageParameter

    Parameters to execute FitToPageCommand

    Inheritance
    System.Object
    FitToPageParameter
    Implements
    IFitToPage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class FitToPageParameter : IFitToPage

    Constructors

    FitToPageParameter()

    Declaration
    public FitToPageParameter()

    Properties

    CanZoomIn

    Gets or sets the CanZoomIn

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

    FitToPage

    Gets or sets FitToPage

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

    FocusArea

    Gets or sets focus area in custom region

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

    Margin

    Gets or sets the Margin

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

    Region

    Gets or sets Region

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

    Implements

    IFitToPage
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved