Shape.IsGroup

Shape.IsGroup property

Indicates whether this shape is a group shape.

public bool IsGroup { get; }

Examples


[C#]
if(shape.IsGroup)
{
    //This shape is a group.
}

See Also