|
<< Click to display table of contents >>
|
TRVSVGPathButton is a button with an image defined by an SVG path.
Unit FMX.RV.SVGPathButton;
Syntax
TRVSVGPathButton = class(TSpeedButton)
TObject TPersistent TComponent TFmxObject TControl TStyledControl TPresentedControl TPresentedTextControl TCustomButton |
These buttons are used by other FMX UI components. They consist of a TSpeedButton with an additional SVG image displayed on it. It is recommended to remove any other button content.
The image is specified by the SVGPath and SVGViewBox properties. It is displayed using the same color as the button text defined by the button style. The image opacity is specified by the SVGOpacity property.