PenTipShape 列挙型

定義

ヒントの図形を識別 します

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
継承
PenTipShape
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Circle 0

円形または楕円のペン先。 [サイズ] を使用して寸法を指定します。

Rectangle 1

正方形または長方形のペン先。 [サイズ] を使用して寸法を指定します。

適用対象

こちらもご覧ください