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)
Syntaxpublic abstract bool ShowMasterShapes { get; set; }
Public MustOverride Property ShowMasterShapes As Boolean
Get
Set
public:
virtual property bool ShowMasterShapes {
bool get () abstract;
void set (bool value) abstract;
}
abstract ShowMasterShapes : bool with get, set
Property Value
Type:
BooleanImplements
IBaseSlideShowMasterShapes
Exceptions
See Also