次の方法で共有


RibbonTwoLineText.TextEffects プロパティ

この要素内のテキスト コンテンツに適用する効果を取得または設定します。

名前空間:  Microsoft.Windows.Controls.Ribbon
アセンブリ:  RibbonControlsLibrary (RibbonControlsLibrary.dll 内)

構文

'宣言
Public Property TextEffects As TextEffectCollection
    Get
    Set
public TextEffectCollection TextEffects { get; set; }
public:
property TextEffectCollection^ TextEffects {
    TextEffectCollection^ get ();
    void set (TextEffectCollection^ value);
}
member TextEffects : TextEffectCollection with get, set
function get TextEffects () : TextEffectCollection
function set TextEffects (value : TextEffectCollection)

プロパティ値

型: System.Windows.Media.TextEffectCollection
この要素のテキスト コンテンツに適用される効果を定義する 1 つ以上の TextEffect オブジェクトを格納する TextEffectCollection

依存プロパティ情報

識別子フィールド

TextEffectsProperty

true に設定されたメタデータのプロパティ

[なし]

解説

このプロパティは、コントロールの内部 TextBlockTextEffects プロパティの値を取得または設定します。 詳細については、「TextBlock.TextEffects」を参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

RibbonTwoLineText クラス

Microsoft.Windows.Controls.Ribbon 名前空間