CommonTimeNode.Fill Property

Fill.Represents the attribte in schema: fill

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fill")> _
Public Property Fill As EnumValue(Of TimeNodeFillValues)
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As EnumValue(Of TimeNodeFillValues)

value = instance.Fill

instance.Fill = value
[SchemaAttrAttribute(, "fill")]
public EnumValue<TimeNodeFillValues> Fill { get; set; }

Property Value

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

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace