Fill.Recolor Property

Recolor Fill as Picture.Represents the attribte in schema: recolor

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

Syntax

'Declaration
<SchemaAttrAttribute(, "recolor")> _
Public Property Recolor As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Fill
Dim value As TrueFalseValue

value = instance.Recolor

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

Property Value

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

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace