FlowDocument.TextEffects 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要套用至 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 |