Background.Filled Property

Shape Fill Toggle.Represents the attribte in schema: fill

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fill")> _
Public Property Filled As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Background
Dim value As TrueFalseValue

value = instance.Filled

instance.Filled = value
[SchemaAttrAttribute(, "fill")]
public TrueFalseValue Filled { get; set; }

Property Value

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

See Also

Reference

Background Class

Background Members

DocumentFormat.OpenXml.Vml Namespace