PresentationProperties.ShowProperties Property

Presentation-wide Show Properties.Represents the element tag in schema: p:showPr

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

Syntax

'Declaration
Public Property ShowProperties As ShowProperties
    Get
    Set
'Usage
Dim instance As PresentationProperties
Dim value As ShowProperties

value = instance.ShowProperties

instance.ShowProperties = value
public ShowProperties ShowProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.ShowProperties
Returns ShowProperties.

See Also

Reference

PresentationProperties Class

PresentationProperties Members

DocumentFormat.OpenXml.Presentation Namespace