Share via


HandwritingPanelPlacementAlignment Enum

Definition

Defines constants that specify where the handwriting view panel is anchored to the control.

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

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

Name Value Description
Auto 0

The system determines the best place to anchor the handwriting view panel.

TopLeft 1

The handwriting view panel is anchored to the top left corner of the control.

TopRight 2

The handwriting view panel is anchored to the top right corner of the control.

BottomLeft 3

The handwriting view panel is anchored to the bottom left corner of the control.

BottomRight 4

The handwriting view panel is anchored to the bottom right corner of the control.

Applies to

See also