FlowDocument.TextEffects 屬性

定義

取得或設定要套用至 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

屬性值

包含一個或多個 TextEffectCollection 物件的 TextEffect,這些物件用來定義要套用至 FlowDocument 的文字的效果。 預設為 null (未套用任何效果)。

備註

相依性屬性資訊

識別碼欄位 TextEffectsProperty
設定為 的中繼資料屬性 true AffectsRender

適用於