Show / Hide Table of Contents

Class Line

Inheritance
System.Object
Line
ChartLine
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Line : object

Constructors

Line()

Declaration
public Line()

Fields

type

Declaration
protected LineType type
Field Value
Type Description
LineType

Properties

AutomaticColor

Declaration
public bool AutomaticColor { get; set; }
Property Value
Type Description
System.Boolean

BeginArrowSize

Declaration
public ArrowSize BeginArrowSize { get; set; }
Property Value
Type Description
ArrowSize

BeginArrowType

Declaration
public ArrowType BeginArrowType { get; set; }
Property Value
Type Description
ArrowType

CapType

Declaration
public LineCap CapType { get; set; }
Property Value
Type Description
LineCap

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Drawing.Color

CompoundType

Declaration
public CompoundLine CompoundType { get; set; }
Property Value
Type Description
CompoundLine

DashType

Declaration
public DashType DashType { get; set; }
Property Value
Type Description
DashType

DrawingColor

Declaration
public DrawingColor DrawingColor { get; set; }
Property Value
Type Description
DrawingColor

EndArrowSize

Declaration
public ArrowSize EndArrowSize { get; set; }
Property Value
Type Description
ArrowSize

EndArrowType

Declaration
public ArrowType EndArrowType { get; set; }
Property Value
Type Description
ArrowType

Gradient

Declaration
public GradientFill Gradient { get; set; }
Property Value
Type Description
GradientFill

JoinType

Declaration
public LineJoinType JoinType { get; set; }
Property Value
Type Description
LineJoinType

Transparency

Declaration
public decimal Transparency { get; set; }
Property Value
Type Description
System.Decimal

Type

Declaration
public LineType Type { get; set; }
Property Value
Type Description
LineType

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()
Back to top Generated by DocFX