IsGroup

Shape.IsGroup property

Indique si la forme est un groupe.

public bool IsGroup { get; }

Exemples


[C#]
if(shape.IsGroup)
{
    //Cette forme est un groupe.
}

Voir également