WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeCanvas - WindowsForms API Reference | Syncfusion ResizeCanvas class. ">

    Show / Hide Table of Contents

    Class ResizeCanvas

    Represents the ResizeCanvas class.

    Inheritance
    System.Object
    ResizeCanvas
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.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
    System.Windows.Size arrangeSize

    The Arrange Size

    Returns
    Type Description
    System.Windows.Size

    Returns the arranged size.

    MeasureOverride(Size)

    Measures the resize canvas elements.

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

    The Size Constraint

    Returns
    Type Description
    System.Windows.Size

    Returns the size to arrange the children.

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