Class Line
Inheritance
System.Object
Line
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Line : object
Constructors
Line()
Declaration
Fields
type
Declaration
Field Value
Properties
AutomaticColor
Declaration
public bool AutomaticColor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BeginArrowSize
Declaration
public ArrowSize BeginArrowSize { get; set; }
Property Value
BeginArrowType
Declaration
public ArrowType BeginArrowType { get; set; }
Property Value
CapType
Declaration
public LineCap CapType { get; set; }
Property Value
Color
Declaration
public Color Color { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
CompoundType
Declaration
public CompoundLine CompoundType { get; set; }
Property Value
DashType
Declaration
public DashType DashType { get; set; }
Property Value
DrawingColor
Declaration
public DrawingColor DrawingColor { get; set; }
Property Value
EndArrowSize
Declaration
public ArrowSize EndArrowSize { get; set; }
Property Value
EndArrowType
Declaration
public ArrowType EndArrowType { get; set; }
Property Value
Gradient
Declaration
public GradientFill Gradient { get; set; }
Property Value
JoinType
Declaration
public LineJoinType JoinType { get; set; }
Property Value
Transparency
Declaration
public decimal Transparency { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Type
Declaration
public LineType Type { get; set; }
Property Value
WidthEmu
Declaration
public long WidthEmu { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
WidthPoints
Declaration
public double WidthPoints { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
OnTypeChanged()
Declaration
protected virtual void OnTypeChanged()