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

TypeDescription
Color A Color expression that specifies the color to show lane'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 lane's background is transparent.
By default, the Color property is -1 ( transparent). The Color property specifies the visual appearance / background color of the lane itself. The Color property of the Header gets or sets a value that indicates the header's background color. 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 lane itself with a different visual appearance: