PointOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class PointOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PointOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PointOptions
var value = Windows.UI.Text.PointOptions.none
Public Enum PointOptions
- 繼承
-
PointOptions
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
AllowOffClient | 512 | 允許工作區外部的點。 |
ClientCoordinates | 256 | 傳回用戶端座標,而不是螢幕座標。 |
IncludeInset | 1 | 在矩形的左邊和頂端座標中新增左和上方的內嵌,並從右和下座標減去右和下縮排。 |
NoHorizontalScroll | 65536 | 水準捲動已停用。 |
None | 0 | 沒有選項。 |
NoVerticalScroll | 262144 | 垂直捲動已停用。 |
Start | 32 | 文字範圍的開始位置。 |
Transform | 1024 | 使用主應用程式所提供的世界轉換來轉換座標。 |