RibbonTwoLineText.TextEffects 属性

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

命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Property TextEffects As TextEffectCollection
    Get
    Set
public TextEffectCollection TextEffects { get; set; }
public:
property TextEffectCollection^ TextEffects {
    TextEffectCollection^ get ();
    void set (TextEffectCollection^ value);
}
member TextEffects : TextEffectCollection with get, set
function get TextEffects () : TextEffectCollection
function set TextEffects (value : TextEffectCollection)

属性值

类型:System.Windows.Media.TextEffectCollection
一个 TextEffectCollection,其中包含一个或多个 TextEffect 对象,这些对象定义了要应用于此元素中的文本内容的效果。

依赖项属性信息

标识符字段

TextEffectsProperty

设置为 true 的元数据属性

备注

此属性获取或设置控件的内部 TextBlockTextEffects 属性的值。 有关更多信息,请参见 TextBlock.TextEffects

.NET Framework 安全性

请参见

参考

RibbonTwoLineText 类

Microsoft.Windows.Controls.Ribbon 命名空间