TUITextDecoration.WithUnderline Method
Returns a copy of the record with a different underline.
Syntax
Unit: FlexCel.Core
function TUITextDecoration.WithUnderline(const underlineType: TUIUnderline): TUITextDecoration;
Parameters
<-> |
Parameter |
Type |
Description |
const |
underlineType |
TUIUnderline |
New underline type. |
See also