menu

UWP

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

    Show / Hide Table of Contents

    Class AnnotationPanel

    Represents the class to measure and arrange the annotation panel of Swimlane class.

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

    Constructors

    AnnotationPanel()

    Creates new instance of AnnotationPanel class.

    Declaration
    public AnnotationPanel()

    Methods

    ArrangeOverride(Size)

    To arrange the annotation panel elements with given size.

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

    Size of the annotation panel.

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the panel size of annotation.

    MeasureOverride(Size)

    To measure the annotation panel to given size.

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

    Size of the panel.

    Returns
    Type Description
    Windows.Foundation.Size

    Returns measured annotation size.

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

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