In This Topic
Gets or sets the color list for the even header and footer.
Syntax
'Declaration
Public Property EvenColors As Color()
'Usage
Dim instance As PrintInfo
Dim value() As Color
instance.EvenColors = value
value = instance.EvenColors
public Color[] EvenColors {get; set;}
See Also