Class BorderLine
Represents a single border line.
Inheritance
System.Object
BorderLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public class BorderLine
Properties
Color
Gets or sets a color of the line.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Style
Gets or sets a style of the line.
Declaration
public LineStyle Style { get; set; }
Property Value
| Type | Description |
|---|---|
| LineStyle |
Width
Gets or sets a width of the line, in pixels.
Declaration
public float Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()