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 |