Share via


InkToolbarButtonFlyoutPlacement Enum

Definition

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

public enum class InkToolbarButtonFlyoutPlacement
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class InkToolbarButtonFlyoutPlacement
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum InkToolbarButtonFlyoutPlacement
Public Enum InkToolbarButtonFlyoutPlacement
Inheritance
InkToolbarButtonFlyoutPlacement
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Name Value Description
Auto 0

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

Top 1

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

Bottom 2

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

Left 3

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

Right 4

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

Applies to

See also