Table of Contents

TSVGAttribute Record

Represents an attribute for using in SVG.

Syntax

Unit: FlexCel.Core

TSVGAttribute = record;

Methods

Name Description
Create Overloaded
Create(string, string)
Create(string, string, string)
Equals Returns true if obj has the same data as this instance.
GetHashCode Returns the hashcode of the object.

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.