PlaceholderShape.Size Property

Placeholder Size.Represents the attribte in schema: sz

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sz")> _
Public Property Size As EnumValue(Of PlaceholderSizeValues)
    Get
    Set
'Usage
Dim instance As PlaceholderShape
Dim value As EnumValue(Of PlaceholderSizeValues)

value = instance.Size

instance.Size = value
[SchemaAttrAttribute(, "sz")]
public EnumValue<PlaceholderSizeValues> Size { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PlaceholderSizeValues>
Returns EnumValue<T>.

See Also

Reference

PlaceholderShape Class

PlaceholderShape Members

DocumentFormat.OpenXml.Presentation Namespace