BaseSlideShowMasterShapes Property

Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read/write Boolean.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract bool ShowMasterShapes { get; set; }

Property Value

Type: Boolean

Implements

IBaseSlideShowMasterShapes
Exceptions
ExceptionCondition
NotSupportedExceptionThrown if set true for master slide.
See Also