WindowSoftInputModeAdjust Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that control how an on-screen input interface is visually accommodated.
public enum class WindowSoftInputModeAdjust
public enum WindowSoftInputModeAdjust
type WindowSoftInputModeAdjust =
Public Enum WindowSoftInputModeAdjust
- Inheritance
-
WindowSoftInputModeAdjust
Fields
Name | Value | Description |
---|---|---|
Pan | 0 | Indicates that the content of the control will pan, possibly off of the screen, to accommodate the input interface. |
Resize | 1 | Indicates that the content of the control will resize to accommodate the input interface. |
Unspecified | 2 | Indicates that the behavior of the control for oversized content is not specified. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI