menu

WinUI

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

    Show / Hide Table of Contents

    Class AreaPanel

    Represents the panel where all the child elements of Chart will be arranged.

    Inheritance
    System.Object
    AreaPanel
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class AreaPanel : Panel

    Constructors

    AreaPanel()

    Declaration
    public AreaPanel()

    Fields

    MeasurePriorityIndexProperty

    The DependencyProperty for MeasurePriorityIndex property.

    Declaration
    public static readonly DependencyProperty MeasurePriorityIndexProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    Methods

    ArrangeOverride(Size)

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

    GetMeasurePriorityIndex(DependencyObject)

    Gets measure priority for this obj.

    Declaration
    public static int GetMeasurePriorityIndex(DependencyObject obj)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.DependencyObject obj
    Returns
    Type
    System.Int32

    MeasureOverride(Size)

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

    SetMeasurePriorityIndex(DependencyObject, Int32)

    Sets the measure priority for this obj.

    Declaration
    public static void SetMeasurePriorityIndex(DependencyObject obj, int value)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.DependencyObject obj
    System.Int32 value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved