In This Topic
Gets a value indicating whether [empty colors].
Syntax
'Declaration
Public ReadOnly Property EmptyColors As Boolean
'Usage
Dim instance As FillInfo
Dim value As Boolean
value = instance.EmptyColors
public bool EmptyColors {get;}
Property Value
true
if [empty colors]; otherwise,
false
.
See Also