SuggestionPopupPlacementMode 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.
Placement modes for the suggestion popup in RichSuggestBox.
public enum SuggestionPopupPlacementMode
type SuggestionPopupPlacementMode =
Public Enum SuggestionPopupPlacementMode
- Inheritance
-
SuggestionPopupPlacementMode
Fields
Name | Value | Description |
---|---|---|
Floating | 0 | Suggestion popup floats above or below the typing caret. |
Attached | 1 | Suggestion popup is attached to either the top edge or the bottom edge of the text box. |