Class TSVGStopGradient
Unit
Declaration
type TSVGStopGradient = class(TSVGElement)
Description
SVG gradient color-stop
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGStopGradient
Overview
Methods
class function GetDOMTag: string; override; |
Properties
property offset: TFloatWithCSSUnit read GetOffset write SetOffset; |
|
property stopColor: TBGRAPixel read GetStopColor write SetStopColor; |
|
property stopOpacity: single read GetStopOpacity write SetStopOpacity; |
Description
Methods
class function GetDOMTag: string; override; |
|
This item has no description. |
Properties
property offset: TFloatWithCSSUnit read GetOffset write SetOffset; |
|
This item has no description. |
property stopColor: TBGRAPixel read GetStopColor write SetStopColor; |
|
This item has no description. |
property stopOpacity: single read GetStopOpacity write SetStopOpacity; |
|
This item has no description. |