InkToolbarButtonFlyoutPlacement Enumeration

Definition

Gibt den Speicherort des Freihandstrichkonfigurations-Flyouts relativ zur InkToolbar an.

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
Vererbung
InkToolbarButtonFlyoutPlacement
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Felder

Auto 0

Das System bestimmt, welcher Rand der Freihandsymbolleiste das Flyout ausrichten soll.

Bottom 2

Flyout wird am unteren Rand der Freihandsymbolleiste ausgerichtet.

Left 3

Flyout wird am linken Rand der Freihandsymbolleiste ausgerichtet.

Right 4

Flyout wird am rechten Rand der Freihandsymbolleiste ausgerichtet.

Top 1

Flyout wird am oberen Rand der Freihandsymbolleiste ausgerichtet.

Gilt für:

Weitere Informationen