Border Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public class Border : LineBase, ISerializable,
ICloneableVB
<SerializableAttribute>
Public Class Border
Inherits LineBase
Implements ISerializable, ICloneable- Implements
- ICloneable, ISerializable
Constructors
| Border | |
| Border(Border) | |
| Border(Color, Single) | |
| Border(SerializationInfo, StreamingContext) | |
| Border(Boolean, Color, Single) |
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
| Clone | |
| Draw | |
| GetObjectData | (Overrides LineBaseGetObjectData(SerializationInfo, StreamingContext)) |
| GetPen(PaneBase, Single) | (Inherited from LineBase) |
| GetPen(PaneBase, Single, PointPair) | (Inherited from LineBase) |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |