Share via


GeometryEffect.Parent Property

Parent can be either IShape or GeometryEffectGroup.

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

Syntax

'Declaration
Protected Friend Property Parent As DependencyObject
'Usage
Dim value As DependencyObject

value = Me.Parent
protected internal DependencyObject Parent { get; }
protected public:
property DependencyObject^ Parent {
    DependencyObject^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected DependencyObject get_Parent ()
CompilerGeneratedAttribute 
protected internal function get Parent () : 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