RibbonTwoLineText.TextEffects 属性

定义

获取或设置要应用于此元素中的文本内容的效果。

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 对象,这些对象定义了要应用于此元素中的文本内容的效果。

注解

此属性获取或设置控件内部TextBlock属性的值TextEffects。 有关详细信息,请参阅 TextBlock.TextEffects

依赖项属性信息

标识符字段 TextEffectsProperty
元数据属性设置为 true

适用于