menu

UWP

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

    Show / Hide Table of Contents

    Class AdorningCanvas

    Represents a bottom adorner layer.

    Inheritance
    System.Object
    AdorningCanvas
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class AdorningCanvas : Canvas

    Constructors

    AdorningCanvas()

    Declaration
    public AdorningCanvas()

    Methods

    ArrangeOverride(Size)

    Positions the children in the panel.

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

    Calculated size value within the parent that this element should use to arrange itself and its children.

    Returns
    Type Description
    Windows.Foundation.Size

    The used actual size.

    MeasureOverride(Size)

    Measures the children and determine the size of the children in the panel.

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

    The total available size.

    Returns
    Type Description
    Windows.Foundation.Size

    Calculated size based on the children sizes.

    Extension Methods

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