Shape.IsGroup

Shape.IsGroup property

Indicates whether the shape is a group.

public bool IsGroup { get; }

Examples


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

See Also