この要素内のテキスト コンテンツに適用する効果を格納する TextDecorationCollection を取得または設定します。
名前空間: Microsoft.Windows.Controls.Ribbon
アセンブリ: RibbonControlsLibrary (RibbonControlsLibrary.dll 内)
構文
'宣言
Public Property TextDecorations As TextDecorationCollection
Get
Set
public TextDecorationCollection TextDecorations { get; set; }
public:
property TextDecorationCollection^ TextDecorations {
TextDecorationCollection^ get ();
void set (TextDecorationCollection^ value);
}
member TextDecorations : TextDecorationCollection with get, set
function get TextDecorations () : TextDecorationCollection
function set TextDecorations (value : TextDecorationCollection)
プロパティ値
型: System.Windows.TextDecorationCollection
この要素内のテキスト コンテンツに適用する効果を格納する TextDecorationCollection。既定値は、nullnull 参照 (Visual Basic では Nothing) です。
依存プロパティ情報
識別子フィールド |
|
true に設定されたメタデータのプロパティ |
[なし] |
解説
このプロパティは、コントロールの内部 TextBlock の TextDecorations プロパティの値を取得または設定します。 詳細については、「TextBlock.TextDecorations」を参照してください。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。