menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoSizeMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoSizeMode

    Defines constant that specify how the PopupView is Sized.

    Inheritance
    System.Object
    AutoSizeMode
    Namespace: Syncfusion.XForms.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.XForms.dll
    Syntax
    public sealed class AutoSizeMode : Enum

    Fields

    Both

    PopupView will be auto-sized in both width and height based on its template contents

    Declaration
    public const AutoSizeMode Both
    Field Value
    Type
    AutoSizeMode

    Height

    PopupView will be auto-sized in height based on its template contents.

    Declaration
    public const AutoSizeMode Height
    Field Value
    Type
    AutoSizeMode

    None

    PopupView will not be auto-sized based on its template contents. This is the default value

    Declaration
    public const AutoSizeMode None
    Field Value
    Type
    AutoSizeMode

    Width

    PopupView will be auto-sized in width based on its template contents.

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