Background.Fillcolor Property
Fill Color.Represents the attribte in schema: fillcolor
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fillcolor")> _
Public Property Fillcolor As StringValue
Get
Set
'Usage
Dim instance As Background
Dim value As StringValue
value = instance.Fillcolor
instance.Fillcolor = value
[SchemaAttrAttribute(, "fillcolor")]
public StringValue Fillcolor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue