menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupAutoSizeMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PopupAutoSizeMode

    Defines constant that specify how the PopupView is Sized.

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

    Fields

    Both

    PopupView's width and height will be automatically adjusted based on the contents of its template.

    Declaration
    public const PopupAutoSizeMode Both
    Field Value
    Type
    PopupAutoSizeMode

    Height

    PopupView's height will be automatically adjusted based on the contents of its template.

    Declaration
    public const PopupAutoSizeMode Height
    Field Value
    Type
    PopupAutoSizeMode

    None

    PopupView's size will not be determined by the contents of its template. This is the default value.

    Declaration
    public const PopupAutoSizeMode None
    Field Value
    Type
    PopupAutoSizeMode

    Width

    PopupView's width will be automatically adjusted based on the contents of its template.

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