Style properties or attributes which inherits their values from the Parent.
Namespace: FMX.RS.SVG
Property Value
Type: TSVGStylePropertiesSet
Warning
|
When a style property is inherited, its value is read from its Parent. For example, reading the ColorInterpolation property will return the nearest parent graphical element ColorInterpolation property. When you set the ColorInterpolation, you set the current element's property, not its parent's (note that the Inherits property would not be changed even though you changed the local value)
|
|