InkToolbarButtonFlyoutPlacement
InkToolbarButtonFlyoutPlacement
InkToolbarButtonFlyoutPlacement
InkToolbarButtonFlyoutPlacement
Enum
Definition
Specifies the location of the ink stroke configuration flyout relative to the InkToolbar.
public : enum class InkToolbarButtonFlyoutPlacement
enum class winrt::Windows::UI::Xaml::Controls::InkToolbarButtonFlyoutPlacement : int32_t
public enum InkToolbarButtonFlyoutPlacement
Public Enum InkToolbarButtonFlyoutPlacement
- Attributes
Windows 10 requirements
Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
Auto Auto Auto Auto | 0 | The system determines which edge of the ink toolbar to align the flyout. |
Bottom Bottom Bottom Bottom | 2 | Flyout is aligned to the bottom edge of the ink toolbar. |
Left Left Left Left | 3 | Flyout is aligned to the left edge of the ink toolbar. |
Right Right Right Right | 4 | Flyout is aligned to the right edge of the ink toolbar. |
Top Top Top Top | 1 | Flyout is aligned to the top edge of the ink toolbar. |
See also
Feedback
Loading feedback...