Skip to content

Commit

Permalink
Lines prop alfa-order
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Jul 30, 2020
1 parent 93546b3 commit 8d7a4fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ This property calls ShellExecute method.
`LineCount: Integer` = Returns the total lines of text, according to the bounds of control. This property is read-only.
`Lines: TStrings` = The text you want to show at label control. You can use `<BR>` tag to break lines. The Windows default Line Break (#13#10) breaks lines either.
> The component automatically converts #13#10 sequence into a line break. Because of this behavior, all typed line breaks will appear as a real line break. If you don't want the line break in a specific sequence, you can use the `<NBR>` tag after #13#10 characters. This will tell the component to not consider the sequence as a line break (Please check this tag at Example project).
`LineVertAlign: TDHLineVertAlign (vaTop, vaCenter, vaBottom)` = Allows you to specify the vertical alignment of each element in the line. This property only take effects when the elements have different heights. Default is `vaTop`.
`ListLevelPadding: Integer` = Determines the width of each list level in pixels, when using HTML list tags.
Expand All @@ -226,10 +230,6 @@ This property calls ShellExecute method.
`StyleLinkHover: TDHStyleLinkProp` = Properties to format a link when is selected by mouse.
`Lines: TStrings` = The text you want to show at label control. You can use `<BR>` tag to break lines. The Windows default Line Break (#13#10) breaks lines either.
> The component automatically converts #13#10 sequence into a line break. Because of this behavior, all typed line breaks will appear as a real line break. If you don't want the line break in a specific sequence, you can use the `<NBR>` tag after #13#10 characters. This will tell the component to not consider the sequence as a line break (Please check this tag at Example project).
`Text: String` (public) = This property is a shortcut to `Lines` property. At run-time, you can read and write this property directly, but the component will store the text at `Lines` property.
`TextHeight: Integer` = Returns the total text height. This property is read-only.
Expand Down

0 comments on commit 8d7a4fe

Please sign in to comment.