IsGroup

Shape.IsGroup property

Gibt an, ob die Form eine Gruppe ist.

public bool IsGroup { get; }

Beispiele


[C#]
if(shape.IsGroup)
{
    //Diese Form ist eine Gruppe.
}

Siehe auch