ApplicationNonVisualDrawingProperties.PlaceholderShape Property
Placeholder Shape.Represents the element tag in schema: p:ph
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PlaceholderShape As PlaceholderShape
Get
Set
'Usage
Dim instance As ApplicationNonVisualDrawingProperties
Dim value As PlaceholderShape
value = instance.PlaceholderShape
instance.PlaceholderShape = value
public PlaceholderShape PlaceholderShape { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.PlaceholderShape
See Also
Reference
ApplicationNonVisualDrawingProperties Class