RibbonTwoLineText.TextEffects 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要应用于此元素中的文本内容的效果。
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 对象,这些对象定义了要应用于此元素中的文本内容的效果。
注解
此属性获取或设置控件内部TextBlock属性的值TextEffects。 有关详细信息,请参阅 TextBlock.TextEffects。
依赖项属性信息
标识符字段 | TextEffectsProperty |
元数据属性设置为 true |
无 |