Border Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class Border : LineBase, ISerializable, 
	ICloneable
Inheritance
Object    LineBase    Border
Implements
ICloneable, ISerializable

Constructors

Properties

Color
(Inherited from LineBase)
DashOff
(Inherited from LineBase)
DashOn
(Inherited from LineBase)
GradientFill
(Inherited from LineBase)
InflateFactor 
IsAntiAlias
(Inherited from LineBase)
IsVisible
(Inherited from LineBase)
Style
(Inherited from LineBase)
Width
(Inherited from LineBase)

Methods

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also