Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGGraphicElement > Properties
TSVGGraphicElement.ClipRule Property
Clipping rule for how this element adds to the clipping path
Namespace: FMX.RS.SVG
Delphi
published property ClipRule: TSVGFillRule read GetClipRule write SetClipRule default frNonZero;
Property Value
Type: TSVGFillRule
The ClipRule property only applies to graphics elements that are contained within a TSVGClipPath element.
Warning
If ipClipRule is in the Inherits property, the clipping rule of the parent is returned
•FMX.RS.SVG.TSVGGraphicElement.GetClipPath(TSVGCanvas)
•TSVGGraphicElement
•FMX.RS.SVG