IsSmartArt

Shape.IsSmartArt property

Indica se la forma è smart art.

public bool IsSmartArt { get; }

Osservazioni

Solo per file ooxml.

Esempi


[C#]
//se true, la forma è smart art.
if(shape.IsSmartArt)
{
    //La forma è un oggetto SmartArt.
}

Guarda anche