menu

UWP

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

    Show / Hide Table of Contents

    Class DiagramPage

    Represents the class which is to prepares the panel view of the diagram control.

    Inheritance
    System.Object
    DiagramPage
    Namespace: Syncfusion.UI.Xaml.Diagram.Panels
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class DiagramPage : Panel

    Constructors

    DiagramPage()

    Creates the instance of DiagramPage class.

    Declaration
    public DiagramPage()

    Methods

    ArrangeOverride(Size)

    To arrange the diagram and its elements to given size.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    Size of the container.

    Returns
    Type
    Windows.Foundation.Size

    MeasureOverride(Size)

    Prepares the diagram page and its elements with available size.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    Size of the container.

    Returns
    Type
    Windows.Foundation.Size

    Extension Methods

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