FlowDocument.TextEffects Vlastnost

Definice

Získá nebo nastaví efekty pro použití na text FlowDocument.

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

Hodnota vlastnosti

Objekt TextEffectCollection obsahující jeden nebo více TextEffect objektů, které definují efekty, které se mají použít na text objektu FlowDocument. Výchozí hodnota je null (nejsou použity žádné efekty).

Poznámky

Informace o vlastnosti závislosti

Pole Identifikátor TextEffectsProperty
Vlastnosti metadat nastavené na true AffectsRender

Platí pro