Share via


PropertySet.Placeholder Property

Placeholder.Represents the attribte in schema: phldr

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "phldr")> _
Public Property Placeholder As BooleanValue
    Get
    Set
'Usage
Dim instance As PropertySet
Dim value As BooleanValue

value = instance.Placeholder

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PropertySet Class

PropertySet Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace