AccessText.TextEffects プロパティ

定義

AccessText 要素のテキストに追加される効果を取得または設定します。

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

TextEffectCollection。 既定値は、null です。

注釈

通常、このプロパティはマークアップまたはコードを使用して設定されません。

このプロパティは、スタイル設定またはプログラムによる変更の可能性があるアクセス キーの既定の効果を公開します。

ユーザーはアクセス キー識別子がユーザー インターフェイス (UI) で特定の外観を持つことが想定されているため、アプリケーション スタイルやカスタム テーマなどのアプリケーション全体のメカニズムを使用してこのプロパティを変更することをお勧めします。

XAML プロパティ要素の使用

<object>  
  <object.TextEffects>  
    OneOrMoreTextEffects  
  </object.TextEffects>  
</object>  

XAML 値

OneOrMoreTextEffects
1 つ以上の TextEffect 要素。

依存プロパティ情報

識別子フィールド TextEffectsProperty
メタデータのプロパティが次に設定されている true AffectsRender

適用対象

こちらもご覧ください