TextDecorationLineStyle 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UnderlineStyleAttribute の値です。
public enum class TextDecorationLineStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("909D8633-2941-428e-A549-C752E2FC078C")]
public enum TextDecorationLineStyle
public enum TextDecorationLineStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("909D8633-2941-428e-A549-C752E2FC078C")>]
type TextDecorationLineStyle =
type TextDecorationLineStyle =
Public Enum TextDecorationLineStyle
- 継承
- 属性
フィールド
Dash | 5 | 破線。 |
DashDot | 6 | 一点鎖線。 |
DashDotDot | 7 | 二点鎖線。 |
Dot | 4 | 点線。 |
Double | 3 | 二重線。 |
DoubleWavy | 11 | 二重波線。 |
LongDash | 13 | 長破線。 |
None | 0 | テキスト装飾線スタイルなし。 |
Other | -1 | TextDecorationLineStyle 列挙体で明示的に指定されていない、別のテキスト修飾線スタイル。 |
Single | 1 | 一重線。 |
ThickDash | 14 | 太破線。 |
ThickDashDot | 15 | 太一点鎖線。 |
ThickDashDotDot | 16 | 太二点鎖線。 |
ThickDot | 17 | 太点線。 |
ThickLongDash | 18 | 太長破線。 |
ThickSingle | 9 | 太一重線。 |
ThickWavy | 12 | 太波線。 |
Wavy | 8 | 波線。 |
WordsOnly | 2 | 単語のみ。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET