Class TSVGMarker
Unit
Declaration
type TSVGMarker = class(TSVGElement)
Description
SVG marker (for chart)
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGMarker
Overview
Methods
class function GetDOMTag: string; override; |
|
procedure ConvertToUnit(AUnit: TCSSUnit); override; |
|
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
Properties
property externalResourcesRequired: boolean
read GetExternalResourcesRequired write SetExternalResourcesRequired; |
|
property markerHeight: TFloatWithCSSUnit read GetMarkerHeight write SetMarkerHeight; |
|
property markerUnits: TSVGMarkerUnits read GetMarkerUnits write SetMarkerUnits; |
|
property markerWidth: TFloatWithCSSUnit read GetMarkerWidth write SetMarkerWidth; |
|
property orient: TSVGOrient read GetOrient write SetOrient; |
|
property preserveAspectRatio: TSVGPreserveAspectRatio
read GetPreserveAspectRatio write SetPreserveAspectRatio; |
|
property refX: TFloatWithCSSUnit read GetRefX write SetRefX; |
|
property refY: TFloatWithCSSUnit read GetRefY write SetRefY; |
|
property viewBox: TSVGViewBox read GetViewBox write SetViewBox; |
Description
Methods
class function GetDOMTag: string; 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 externalResourcesRequired: boolean
read GetExternalResourcesRequired write SetExternalResourcesRequired; |
|
This item has no description. |
property markerHeight: TFloatWithCSSUnit read GetMarkerHeight write SetMarkerHeight; |
|
This item has no description. |
property markerUnits: TSVGMarkerUnits read GetMarkerUnits write SetMarkerUnits; |
|
This item has no description. |
property markerWidth: TFloatWithCSSUnit read GetMarkerWidth write SetMarkerWidth; |
|
This item has no description. |
property orient: TSVGOrient read GetOrient write SetOrient; |
|
This item has no description. |
property preserveAspectRatio: TSVGPreserveAspectRatio
read GetPreserveAspectRatio write SetPreserveAspectRatio; |
|
This item has no description. |
property refX: TFloatWithCSSUnit read GetRefX write SetRefX; |
|
This item has no description. |
property refY: TFloatWithCSSUnit read GetRefY write SetRefY; |
|
This item has no description. |
property viewBox: TSVGViewBox read GetViewBox write SetViewBox; |
|
This item has no description. |