Class TSVGGroup

Unit

Declaration

type TSVGGroup = class(TSVGElementWithContent)

Description

SVG group

Hierarchy

Overview

Methods

Public class function GetDOMTag: string; override;
Protected class function OwnDatalink: boolean; override;
Public procedure ConvertToUnit(AUnit: TCSSUnit); override;
Protected procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override;

Properties

Protected property fontSize: TFloatWithCSSUnit read GetFontSize write SetFontSize;
Public property IsLayer: boolean read GetIsLayer write SetIsLayer;
Public property Name: string read GetName write SetName;

Description

Methods

Public class function GetDOMTag: string; override;

This item has no description.

Protected class function OwnDatalink: boolean; override;

This item has no description.

Public procedure ConvertToUnit(AUnit: TCSSUnit); override;

This item has no description.

Protected procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override;

This item has no description.

Properties

Protected property fontSize: TFloatWithCSSUnit read GetFontSize write SetFontSize;

This item has no description.

Public property IsLayer: boolean read GetIsLayer write SetIsLayer;

This item has no description.

Public property Name: string read GetName write SetName;

This item has no description.