IsDecorative

Propriété Shape.IsDecorative

Obtient ou définit l’option ‘Marquer comme décoratif’ Reed/écrire Booléen.

public bool IsDecorative { get; set; }

Exemples

using (Presentation pres = new Presentation("sample.pptx"))
{
    pres.Slides[0].Shapes[0].IsDecorative = true;
}

Voir aussi