TSVGAttribute Record
Represents an attribute for using in SVG.
Syntax
Unit: FlexCel.Core
TSVGAttribute = record;
Methods
Operators
Name |
Description |
Equality |
Adapts the = operator so it returns true when both instances have the same values. |
Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
Name |
Description |
Name |
Name of the SVG attribute.
|
Value |
Value of the SVG attribute.
|
Namespace |
Namespace of the SVG attribute.
|