MarkerStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定用來標記清單中專案段落的樣式。
public enum class MarkerStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MarkerStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MarkerStyle
var value = Windows.UI.Text.MarkerStyle.undefined
Public Enum MarkerStyle
- 繼承
-
MarkerStyle
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Minus | 5 | 專案標記後面接著連字號 ( ) 。 |
NoNumber | 6 | 專案沒有標記。 |
Parentheses | 2 | 專案標記會以括弧括住,如 (1) 所示。 |
Parenthesis | 1 | 專案標記後面接著括弧,如 1) 所示。 |
Period | 3 | 專案標記後面接著句點。 |
Plain | 4 | 專案標記本身隨即出現。 |
Undefined | 0 | 未定義標記樣式。 |