TcxCustomLookAndFeelPainter.DrawLabelLine(TcxCanvas,TRect,TColor,TColor,Boolean) Method
Declaration
procedure DrawLabelLine(ACanvas: TcxCanvas; const R: TRect; AOuterColor: TColor; AInnerColor: TColor; AIsVertical: Boolean); virtual;
Parameters
Name | Type |
---|---|
ACanvas | TcxCanvas |
R | TRect |
AOuterColor | TColor |
AInnerColor | TColor |
AIsVertical | Boolean |
See Also