ShapeElement.IsNestedChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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