InkToolbarButtonFlyoutPlacement InkToolbarButtonFlyoutPlacement InkToolbarButtonFlyoutPlacement InkToolbarButtonFlyoutPlacement Enum

Definition

Specifies the location of the ink stroke configuration flyout relative to the InkToolbar.

public : enum class InkToolbarButtonFlyoutPlacementpublic enum InkToolbarButtonFlyoutPlacementPublic Enum InkToolbarButtonFlyoutPlacement// This API is not available in Javascript.
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

The system determines which edge of the ink toolbar to align the flyout.

Bottom Bottom Bottom Bottom

Flyout is aligned to the bottom edge of the ink toolbar.

Left Left Left Left

Flyout is aligned to the left edge of the ink toolbar.

Right Right Right Right

Flyout is aligned to the right edge of the ink toolbar.

Top Top Top Top

Flyout is aligned to the top edge of the ink toolbar.

See Also