PenTipShape Enumeration

Definition

Gibt die Form des Stifttips an.

public enum class PenTipShape
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PenTipShape
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PenTipShape
var value = Windows.UI.Input.Inking.PenTipShape.circle
Public Enum PenTipShape
Vererbung
PenTipShape
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Circle 0

Kreisförmige oder elliptische Stiftspitze. Verwenden Sie Größe , um die Dimensionen anzugeben.

Rectangle 1

Quadratische oder rechteckige Stiftspitze. Verwenden Sie Größe , um die Dimensionen anzugeben.

Gilt für:

Weitere Informationen