Hide Comments
Hide Comments

Comments (0)

Style properties or attributes which inherits their values from the Parent.

Namespace: FMX.RS.SVG

expandingSyntax

Delphi

public
  property Inherits: TSVGStyleProperties read FInherits write FInherits;
 

Property Value

Type: TSVGStyleProperties

expandingRemarks

alert_cautionWarning

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)

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb