HiddenFillProperties.NoFill Property
NoFill.Represents the element tag in schema: a:noFill
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property NoFill As NoFill
Get
Set
'Usage
Dim instance As HiddenFillProperties
Dim value As NoFill
value = instance.NoFill
instance.NoFill = value
public NoFill NoFill { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.NoFill