Fill.Size Property

Fill Image Size.Represents the attribte in schema: size

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

Syntax

'Declaration
<SchemaAttrAttribute(, "size")> _
Public Property Size As StringValue
    Get
    Set
'Usage
Dim instance As Fill
Dim value As StringValue

value = instance.Size

instance.Size = value
[SchemaAttrAttribute(, "size")]
public StringValue Size { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace