Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / PatternColor Property


In This Topic
PatternColor Property (Fill)
In This Topic
Gets the pattern color of the pattern fill.
Syntax
'Declaration
 
Public ReadOnly Property PatternColor As Color
 
'Usage
 
Dim instance As Fill
Dim value As Color
 
value = instance.PatternColor

Property Value

A Color value represents the pattern color of the pattern fill.
See Also