property HeaderLane.Color as Color
Gets or sets a value that indicates the header's background color.

TypeDescription
Color A Color expression that specifies the color to show header's background. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used to paint the part. Use the Add method to add new skins to the control. The -1 indicates that the element's background is transparent.
By default, the Color property is -1, which means it is transparent. The Color property specifies the header's visual appearance / background color. The Color property of the Lane specifies the visual appearance / background color of the lane itself. The Border property defines the style to display the header's border. The BorderColor property specifies the color to show the header's border. The Pattern property specifies the pattern to show on the lane. The HeaderLaneInheritLane property specifies the visual properties that the header inherits from its lane. The Color property specifies the background color / visual appearance of the pool.

The following sample shows the header of the lane with a different visual appearance:

The following screen shot shows the lane Phase 3 with a different Color and Pattern, while the Background(exHeaderLaneInheritLane)/HeaderLaneInheritLane is exDrawPoolPropsNone(0):

while the next screen shot shows the same lane, with exDrawPoolPropsAll(-1):