ShapeElement.IsRelativeChild 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 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