menu

UWP

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

    Show / Hide Table of Contents

    Class ResizeCanvas

    Represents the ResizeCanvas class.

    Inheritance
    System.Object
    ResizeCanvas
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ResizeCanvas : Canvas

    Constructors

    ResizeCanvas()

    Declaration
    public ResizeCanvas()

    Methods

    ArrangeOverride(Size)

    Arranges the resize canvas elements.

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

    The Arrange Size

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the arranged size.

    MeasureOverride(Size)

    Measures the resize canvas elements.

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

    The Size Constraint

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the size to arrange the children.

    Extension Methods

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