IsGroup

Shape.IsGroup property

Indica se la forma è un gruppo.

public bool IsGroup { get; }

Esempi


[C#]
if(shape.IsGroup)
{
    //Questa forma è un gruppo.
}

Guarda anche