Show / Hide Table of Contents

Class ExcelDrawingBorder

Border for drawings

Inheritance
System.Object
XmlHelper
ExcelDrawingBorder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelDrawingBorder : XmlHelper

Properties

Fill

Fill

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

LineCap

Linecap

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

LineStyle

Linestyle

Declaration
public eLineStyle LineStyle { get; set; }
Property Value
Type Description
eLineStyle

Width

Width in pixels

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX