IsSmartArt

Shape.IsSmartArt property

Gibt an, ob die Form intelligent ist art.

public bool IsSmartArt { get; }

Bemerkungen

Nur für ooxml-Datei.

Beispiele


[C#]
//Wenn wahr, ist die Form intelligente Kunst.
if(shape.IsSmartArt)
{
    //Die Form ist ein SmartArt-Objekt.
}

Siehe auch