Class BorderLine
Represents a single border line.
Inheritance
System.Object
BorderLine
Namespace: FastReport
Assembly: FastReport.dll
Syntax
[TypeConverter(typeof(FRExpandableObjectConverter))]
public class BorderLine
Constructors
BorderLine()
Declaration
public BorderLine()
Properties
Color
Gets or sets a color of the line.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.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()