Fill.Colors Property

Intermediate Colors.Represents the attribte in schema: colors

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

Syntax

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

value = instance.Colors

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace