Defines instrument design options
Namespace: FMX.RS.Impact.Instruments
Delphi
|
type
TSVGDesign = (
sdDetailed,
sdSimple);
|
|
Name
|
Description
|
|
sdDetailed
|
Full Detail Instruments with all elements and gradients
|
|
sdSimple
|
Reduced-detail instrument for faster rendering and simpler look. Simple designs hide glass and shadows and other details.
|
Top
|