Class ExcelThemeLine
Linestyle for a theme
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Theme
Assembly: EPPlus.dll
Syntax
public class ExcelThemeLine : XmlHelper
  Properties
Alignment
Specifies the pen alignment type for use within a text body
Declaration
public ePenAlignment Alignment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ePenAlignment | 
Cap
The ending caps for the line
Declaration
public eLineCap Cap { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eLineCap | 
CompoundLineStyle
The compound line type to be used for the underline stroke
Declaration
public eCompundLineStyle CompoundLineStyle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eCompundLineStyle | 
Fill
Access to fill properties
Declaration
public ExcelDrawingFill Fill { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingFill | 
HeadEnd
Properties for drawing line head ends
Declaration
public ExcelDrawingLineEnd HeadEnd { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingLineEnd | 
Join
The shape that lines joined together have
Declaration
public eLineJoin? Join { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<eLineJoin> | 
MiterJoinLimit
How much lines are extended to form a miter join
Declaration
public double? MiterJoinLimit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> | 
Style
Preset line dash
Declaration
public eLineStyle Style { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eLineStyle | 
TailEnd
Properties for drawing line tail ends
Declaration
public ExcelDrawingLineEnd TailEnd { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingLineEnd | 
Width
Line width, in EMU's
1 Pixel = 9525 1 Pt = 12700 1 cm = 360000 1 US inch = 914400
Declaration
public int Width { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |