TextEffectCollection.Add(TextEffect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 TextEffect 添加到集合的末尾。
public:
virtual void Add(System::Windows::Media::TextEffect ^ value);
public void Add (System.Windows.Media.TextEffect value);
abstract member Add : System.Windows.Media.TextEffect -> unit
override this.Add : System.Windows.Media.TextEffect -> unit
Public Sub Add (value As TextEffect)
参数
- value
- TextEffect
要添加到集合中的 TextEffect。
实现
注解
由于 TextEffect 对象派生自 Freezable,因此在使用对象时会复制它们。 因此,稍后可能无法检索或删除 TextEffect 使用原始 TextEffect 对象添加到集合的 。 TextEffect集合中的 是原始TextEffect副本,被视为与添加的不同TextEffect。