constants DrawPoolPropsEnum
The DrawPoolPropsEnum type specifies the visual properties the header can inherit from its lane. The HeaderLaneInheritLane, Background(exHeaderLaneInheritLane) property specifies the properties of the Lane that HeaderLane inherits from. The DrawPoolPropsEnum type supports the following values:

NameValueDescription
exDrawPoolPropsNone0 No property is inherited.
exDrawPoolPropsBackColor1 The header inherits the Color property of the lane.
exDrawPoolPropsPattern2 The header inherits the Pattern property of the lane.
exDrawPoolPropsBorder256 The header inherits the Border property of the lane.
exDrawPoolPropsBorderColor512 The header inherits the BorderColor property of the lane.
exDrawPoolPropsAll-1 The header inherits all properties of the lane.