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

TextEffectCollection의 텍스트에 적용되는 효과를 정의하는 하나 이상의 TextEffect 개체가 들어 있는 FlowDocument입니다. 기본값은 null(효과가 적용되지 않음)입니다.

설명

종속성 속성 정보

식별자 필드 TextEffectsProperty
메타 데이터 속성 설정 true AffectsRender

적용 대상