CSS style selector (rule)
Description
Used inside TFRStyle class to describe different style rules.
BackgroundAttachment
background-attachmentBackgroundColorDelphi declaration
property BackgroundAttachment: AnsiString read FBackgroundAttachment write FBackgroundAttachment;
C++ declaration
__property System::AnsiString BackgroundAttachment={ read=FBackgroundAttachment, write=FBackgroundAttachment, nodefault }
Description
Values: scroll | fixed
background-colorBackgroundHPosDelphi declaration
property BackgroundColor: AnsiString read FBackgroundColor write FBackgroundColor;
C++ declaration
__property System::AnsiString BackgroundColor={ read=FBackgroundColor, write=FBackgroundColor, nodefault }
Description
color name, RGB code or transparent
background-position (horizontal) for background-imageBackgroundImageDelphi declaration
property BackgroundHPos: AnsiString read FBackgroundHPos write FBackgroundHPos;
C++ declaration
__property System::AnsiString BackgroundHPos={ read=FBackgroundHPos, write=FBackgroundHPos, nodefault }
Description
Values: left | center | right
background-imageBackgroundRepeatDelphi declaration
property BackgroundImage: AnsiString read FBackgroundImage write FBackgroundImage;
C++ declaration
__property System::AnsiString BackgroundImage={ read=FBackgroundImage, write=FBackgroundImage, nodefault }
Description
URL to background image.
background-repeatBackgroundVPosDelphi declaration
property BackgroundRepeat: AnsiString read FBackgroundRepeat write FBackgroundRepeat;
C++ declaration
__property System::AnsiString BackgroundRepeat={ read=FBackgroundRepeat, write=FBackgroundRepeat, nodefault }
Description
Repeating background-image.Values: repeat | repeat-x | repeat-y | no-repeat
background-position (vertical) for background-imageColorDelphi declaration
property BackgroundVPos: AnsiString read FBackgroundVPos write FBackgroundVPos;
C++ declaration
__property System::AnsiString BackgroundVPos={ read=FBackgroundVPos, write=FBackgroundVPos, nodefault }
Description
top | center | bottom
color (for text)FontFamilyDelphi declaration
property Color: AnsiString read FColor write FColor;
C++ declaration
__property System::AnsiString Color={ read=FColor, write=FColor, nodefault }
Description
color name or RGB-code
font-familyFontSizeDelphi declaration
property FontFamily: AnsiString read FFontFamily write FFontFamily;
C++ declaration
__property System::AnsiString FontFamily={ read=FFontFamily, write=FFontFamily, nodefault }
Description
Preferred font(s) (family) name(s), separated by commas
font-sizeFontStyleDelphi declaration
property FontSize: AnsiString read FFontSize write FFontSize;
C++ declaration
__property System::AnsiString FontSize={ read=FFontSize, write=FFontSize, nodefault }
Description
Absolute size: xx-small | x-small | small | medium | large | x-large | xx-largeRelative size: larger | smaller, see property FontUnit.
Length (px,...)
Percentage (in realation to parent element)
font-styleFontUnitDelphi declaration
property FontStyle: AnsiString read FFontStyle write FFontStyle;
C++ declaration
__property System::AnsiString FontStyle={ read=FFontStyle, write=FFontStyle, nodefault }
Description
normal | italic | oblique
font-sizeFontVariantDelphi declaration
property FontUnit: AnsiString read FFontUnit write FFontUnit;
C++ declaration
__property System::AnsiString FontUnit={ read=FFontUnit, write=FFontUnit, nodefault }
Description
Relative size. Determined size see property FontSize.Values: larger | smaller
font-variantFontWeightDelphi declaration
property FontVariant: AnsiString read FFontVariant write FFontVariant;
C++ declaration
__property System::AnsiString FontVariant={ read=FFontVariant, write=FFontVariant, nodefault }
Description
Values: normal | small-caps
font-weightLineHeightDelphi declaration
property FontWeight: AnsiString read FFontWeight write FFontWeight;
C++ declaration
__property System::AnsiString FontWeight={ read=FFontWeight, write=FFontWeight, nodefault }
Description
Values: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
line-heightModifiedDelphi declaration
property LineHeight: AnsiString read FLineHeight write FLineHeight;
C++ declaration
__property System::AnsiString LineHeight={ read=FLineHeight, write=FLineHeight, nodefault }
Description
Spacing between t he baselines of the text.Values: normal | <number> | <length> | <percentage>
Shows that data is modifiedTextAlignDelphi declaration
Modified: Boolean;
C++ declaration
bool Modified
Description
Used internally at design time .
text-alignTextDecorationDelphi declaration
property TextAlign: AnsiString read FTextAlign write FTextAlign;
C++ declaration
__property System::AnsiString TextAlign={ read=FTextAlign, write=FTextAlign, nodefault }
Description
Values: left | right | center | justified
text-decorationTextIndentDelphi declaration
property TextDecoration: AnsiString read FTextDecoration write FTextDecoration;
C++ declaration
__property System::AnsiString TextDecoration={ read=FTextDecoration, write=FTextDecoration, nodefault }
Description
Values: none | underline | overline | line-through | blink
text-indentTextTransformDelphi declaration
property TextIndent: AnsiString read FTextIndent write FTextIndent;
C++ declaration
__property System::AnsiString TextIndent={ read=FTextIndent, write=FTextIndent, nodefault }
Description
Value: <length> | <percentage>
text-transformVerticalAlignDelphi declaration
property TextTransform: AnsiString read FTextTransform write FTextTransform;
C++ declaration
__property System::AnsiString TextTransform={ read=FTextTransform, write=FTextTransform, nodefault }
Description
Values: none | capitalize | uppercase | lowercase
vertical-alignDelphi declaration
property VerticalAlign: AnsiString read FVerticalAlign write FVerticalAlign;
C++ declaration
__property System::AnsiString VerticalAlign={ read=FVerticalAlign, write=FVerticalAlign, nodefault }
Description
Values: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage>