次の方法で共有


TextDecorations 列挙型

定義

文字装飾を定義する列挙型のフラグ設定。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class TextDecorations
[System.Flags]
public enum TextDecorations
[<System.Flags>]
type TextDecorations = 
Public Enum TextDecorations
継承
TextDecorations
属性

フィールド

None 0

文字装飾がありません。

Underline 1

テキストの下線。

Strikethrough 2

一重線の取り消し線。

適用対象