Class TSVGGroup
Unit
Declaration
type TSVGGroup = class(TSVGElementWithContent)
Description
SVG group
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGElementWithContent
- TSVGGroup
Overview
Methods
class function GetDOMTag: string; override; |
|
class function OwnDatalink: boolean; override; |
|
procedure ConvertToUnit(AUnit: TCSSUnit); override; |
|
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
Properties
property fontSize: TFloatWithCSSUnit read GetFontSize write SetFontSize; |
|
property IsLayer: boolean read GetIsLayer write SetIsLayer; |
|
property Name: string read GetName write SetName; |
Description
Methods
class function GetDOMTag: string; override; |
|
This item has no description. |
class function OwnDatalink: boolean; override; |
|
This item has no description. |
procedure ConvertToUnit(AUnit: TCSSUnit); override; |
|
This item has no description. |
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
|
This item has no description. |
Properties
property fontSize: TFloatWithCSSUnit read GetFontSize write SetFontSize; |
|
This item has no description. |
property IsLayer: boolean read GetIsLayer write SetIsLayer; |
|
This item has no description. |
property Name: string read GetName write SetName; |
|
This item has no description. |