ShapeElement.IsNestedChild Property

Definition

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

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

Property Value

Applies to