Share via


GeometryEffect.Attach Method

Notified when attached to a parent chain.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Protected Friend Overridable Sub Attach ( _
    obj As DependencyObject _
)
'Usage
Dim obj As DependencyObject

Me.Attach(obj)
protected internal virtual void Attach (
    DependencyObject obj
)
protected public:
virtual void Attach (
    DependencyObject^ obj
)
protected void Attach (
    DependencyObject obj
)
protected internal function Attach (
    obj : DependencyObject
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GeometryEffect Class
GeometryEffect Members
Microsoft.Expression.Media Namespace