Table of Contents

Class ExcelDrawingLineEnd

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

Properties for drawing line ends

public sealed class ExcelDrawingLineEnd : XmlHelper
Inheritance
ExcelDrawingLineEnd
Inherited Members

Properties

Height

The line start/end height in relation to the line height

public eEndSize? Height { get; set; }

Property Value

eEndSize?

Style

The shapes line end decoration

public eEndStyle? Style { get; set; }

Property Value

eEndStyle?

Width

The line start/end width in relation to the line width

public eEndSize? Width { get; set; }

Property Value

eEndSize?