RibbonTwoLineText.TextEffects プロパティ

定義

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

public:
 property System::Windows::Media::TextEffectCollection ^ TextEffects { System::Windows::Media::TextEffectCollection ^ get(); void set(System::Windows::Media::TextEffectCollection ^ value); };
public System.Windows.Media.TextEffectCollection TextEffects { get; set; }
member this.TextEffects : System.Windows.Media.TextEffectCollection with get, set
Public Property TextEffects As TextEffectCollection

プロパティ値

TextEffectCollection

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

注釈

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

依存プロパティ情報

識別子フィールド TextEffectsProperty
に設定されたメタデータ プロパティ true なし

適用対象