FMX.ListView.Appearances.TTextButtonObjectAppearance.TextAlign
Delphi
property TextAlign: TTextAlign read FTextAlign write SetTextAlign stored IsTextAlignStored;
C++
__property TextAlign = {stored=IsTextAlignStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TTextButtonObjectAppearance |
Description
Horizontal alignment of the text of this text button appearance.
FMX.ListView.Appearances.TTextButtonObjectAppearance.TextAlign inherits from FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextAlign. All content below this line refers to FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextAlign.
Horizontal alignment of the text of this text button appearance.
See Also
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.ButtonType
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Font
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Text
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextColor
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextShadowColor
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextVertAlign
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TintColor
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Trimming
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.WordWrap