alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PopupAutoSizeTarget

    Defines constants that specify which part of the PopupView should be auto-sized.

    Inheritance
    System.Object
    PopupAutoSizeTarget
    Namespace: Syncfusion.Maui.Popup
    Assembly: Syncfusion.Maui.Popup.dll
    Syntax
    public sealed class PopupAutoSizeTarget : Enum

    Fields

    All

    The entire PopupView including header, content, and footer will be auto-sized.

    Declaration
    public const PopupAutoSizeTarget All
    Field Value
    Type
    PopupAutoSizeTarget

    Content

    Only the content area of the PopupView will be auto-sized. The header and footer will retain predefined sizes.

    Declaration
    public const PopupAutoSizeTarget Content
    Field Value
    Type
    PopupAutoSizeTarget

    Footer

    Only the footer of the PopupView will be auto-sized. The content and header will retain predefined sizes.

    Declaration
    public const PopupAutoSizeTarget Footer
    Field Value
    Type
    PopupAutoSizeTarget

    Header

    Only the header of the PopupView will be auto-sized. The content and footer will retain predefined sizes.

    Declaration
    public const PopupAutoSizeTarget Header
    Field Value
    Type
    PopupAutoSizeTarget
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved