ShowMasterShapes

BaseSlide.ShowMasterShapes 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.

public abstract bool ShowMasterShapes { get; set; }

Exceptions

exceptioncondition
NotSupportedExceptionThrown if set true for master slide.

See Also