Enum ULLabel.TULTextStretchMode
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: UserLabBasicPkg
Unit: ULLabel
Contents |
Syntax
Delphi:
type TULTextStretchMode = (smNone, smSqueeze, smStretch);
C++ Builder:
enum TULTextStretchMode {smNone, smSqueeze, smStretch};
Visual C++ (MFC):
enum CTULTextStretchMode {smNone, smSqueeze, smStretch};
Summary
Enumeration of text stretch modes.
Description
Defines enumeration of text stretch modes.
Values
smNone | No stretching the text. |
smSqueeze | Squeeze the text. |
smStretch | Stretch the text. |