ShapeElement.IsRelativeChild Property

Definition

Gets a value indicating whether this shape is a relative child of its parent rather than a nested child. A nested child is clipped by its parent shape, whereas a relative child is not.

public:
 property bool IsRelativeChild { bool get(); };
public bool IsRelativeChild { get; }
member this.IsRelativeChild : bool
Public ReadOnly Property IsRelativeChild As Boolean

Property Value

Applies to