Back to top OpenSVG (c) Veridict AB, www.veridict.com
Edit this page

Class PolylineAttr

Represents an attribute for setting a point list as a Polyline for an SVG element.

Inheritance
object
Attr<Polyline>
PolylineAttr
Implements
IAttr
IEquatable<IAttr>
IEquatable<Attr<Polyline>>
Inherited Members
Attr<Polyline>.DefaultValue
Attr<Polyline>.Name
Attr<Polyline>.IsConstant
Attr<Polyline>.ShouldBeSerialized
Attr<Polyline>.SetBySerializer(string)
Attr<Polyline>.ToXmlString()
Attr<Polyline>.DefaultEquals(Polyline)
Attr<Polyline>.ValueEquals(Polyline)
Attr<Polyline>.Equals(Attr<Polyline>)
Attr<Polyline>.Set(Polyline)
Attr<Polyline>.Get()
Attr<Polyline>.ToString()
Attr<Polyline>.Equals(IAttr)
Attr<Polyline>.GetHashCode()
Attr<Polyline>.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OpenSvg.Attributes
Assembly: OpenSvg.dll
Syntax
public class PolylineAttr : Attr<Polyline>, IAttr, IEquatable<IAttr>, IEquatable<Attr<Polyline>>

Constructors

| Edit this page View Source

PolylineAttr()

Initializes a new instance of the PolygonAttr class.

Declaration
public PolylineAttr()

Methods

| Edit this page View Source

Deserialize(string)

Deserializes an XML string to the value of the attribute.

Declaration
protected override Polyline Deserialize(string xmlString)
Parameters
Type Name Description
string xmlString

The XML string to deserialize.

Returns
Type Description
Polyline

The deserialized value.

Overrides
Attr<Polyline>.Deserialize(string)
| Edit this page View Source

Serialize(Polyline)

Serializes the value of the attribute to an XML string.

Declaration
protected override string Serialize(Polyline value)
Parameters
Type Name Description
Polyline value

The value to serialize.

Returns
Type Description
string

The XML string representation of the value.

Overrides
Attr<Polyline>.Serialize(Polyline)

Implements

IAttr
IEquatable<T>
IEquatable<T>