TextDecorationConverter.ConvertFromInvariantString(String) メソッド

定義

単一の値またはコンマ区切りの文字列を TextDecorations オブジェクトに変換します。

public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj

パラメーター

value
System.String

その値が TextDecorations の値と対応するコンマ区切りの文字列。

戻り値

System.Object

注釈

の要素は、それぞれ 内 TextDecorations の値または文字列 "line-through" である必要があります。

適用対象