get_IsDecorative()

Shape::get_IsDecorative() method

Gets ‘Mark as decorative’ option Reed/write bool.

bool Aspose::Slides::Shape::get_IsDecorative() override

Remarks

auto pres = System::MakeObject<Presentation>(u"sample.pptx")
pres->get_Slide(0)->get_Shape(0)->set_IsDecorative(true);

See Also