Enum ModalFullScreenMode
The FullScreen mode used by a Modal component.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum ModalFullScreenMode
  Fields
| Name | Description | 
|---|---|
| FullScreen | The Modal is displayed in fullscreen but a small margin still present to display the Modal smir.  | 
      
| FullScreenTakeOver | The Modal is displayed in fullscreen without any margin. The Modal smir won't be reachable.  | 
      
| None | The Modal is displayed as a normal size.  |