SlideLayout.ShowMasterPlaceholderAnimations Property

Show Master Placeholder Animations.Represents the attribte in schema: showMasterPhAnim

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showMasterPhAnim")> _
Public Property ShowMasterPlaceholderAnimations As BooleanValue
    Get
    Set
'Usage
Dim instance As SlideLayout
Dim value As BooleanValue

value = instance.ShowMasterPlaceholderAnimations

instance.ShowMasterPlaceholderAnimations = value
[SchemaAttrAttribute(, "showMasterPhAnim")]
public BooleanValue ShowMasterPlaceholderAnimations { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SlideLayout Class

SlideLayout Members

DocumentFormat.OpenXml.Presentation Namespace