BarParams Constructor

Krypton OutlookGrid

BarParams Constructor
Krypton OutlookGrid v1.6.0
Initializes a new instance of the BarParams class.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public BarParams(
	Color barColor,
	bool gradientFill
)
Public Sub New ( 
	barColor As Color,
	gradientFill As Boolean
)

Parameters

barColor
Type: System.DrawingColor
Color of the bar.
gradientFill
Type: SystemBoolean
if set to true [gradient fill].
See Also