File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeLineFormatImpl

    Show / Hide Table of Contents

    Class ShapeLineFormatImpl

    Class used for Shapes Line Format.

    Inheritance
    System.Object
    CommonObject
    ShapeLineFormatImpl
    Implements
    IParentApplication
    System.IDisposable
    IShapeLineFormat
    Inherited Members
    CommonObject.m_bIsDisposed
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    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: Syncfusion.XlsIO.Implementation.Shapes
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ShapeLineFormatImpl : CommonObject, IParentApplication, IDisposable, IShapeLineFormat

    Constructors

    ShapeLineFormatImpl(IApplication, Object)

    Creates new instance of object.

    Declaration
    public ShapeLineFormatImpl(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Current application.

    System.Object parent

    Parent object.

    Properties

    BackColor

    Represents background color.

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

    BackColorIndex

    Represents background color index.

    Declaration
    public ExcelKnownColors BackColorIndex { get; set; }
    Property Value
    Type Description
    ExcelKnownColors

    BeginArrowheadLength

    Represents begin arrow head length.

    Declaration
    public ExcelShapeArrowLength BeginArrowheadLength { get; set; }
    Property Value
    Type Description
    ExcelShapeArrowLength

    BeginArrowHeadStyle

    Represents begin arrow head style.

    Declaration
    public ExcelShapeArrowStyle BeginArrowHeadStyle { get; set; }
    Property Value
    Type Description
    ExcelShapeArrowStyle

    BeginArrowheadWidth

    Represents begin arrow head width.

    Declaration
    public ExcelShapeArrowWidth BeginArrowheadWidth { get; set; }
    Property Value
    Type Description
    ExcelShapeArrowWidth

    DashStyle

    Represents the dash style for the specified line.

    Declaration
    public ExcelShapeDashLineStyle DashStyle { get; set; }
    Property Value
    Type Description
    ExcelShapeDashLineStyle

    EndArrowheadLength

    Represents end arrow head length.

    Declaration
    public ExcelShapeArrowLength EndArrowheadLength { get; set; }
    Property Value
    Type Description
    ExcelShapeArrowLength

    EndArrowHeadStyle

    Represents end arrow head style.

    Declaration
    public ExcelShapeArrowStyle EndArrowHeadStyle { get; set; }
    Property Value
    Type Description
    ExcelShapeArrowStyle

    EndArrowheadWidth

    Represents end arrow head width.

    Declaration
    public ExcelShapeArrowWidth EndArrowheadWidth { get; set; }
    Property Value
    Type Description
    ExcelShapeArrowWidth

    ForeColor

    Represents foreground color.

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

    ForeColorIndex

    Represents foreground color index.

    Declaration
    public ExcelKnownColors ForeColorIndex { get; set; }
    Property Value
    Type Description
    ExcelKnownColors

    HasPattern

    Indicates if current line format contain pattern.

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

    IsRound

    Indicates whether join is round.

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

    Pattern

    Represents line pattern.

    Declaration
    public ExcelGradientPattern Pattern { get; set; }
    Property Value
    Type Description
    ExcelGradientPattern

    Style

    Represents line style.

    Declaration
    public ExcelShapeLineStyle Style { get; set; }
    Property Value
    Type Description
    ExcelShapeLineStyle

    Transparency

    Represents line transparency.

    Declaration
    public double Transparency { get; set; }
    Property Value
    Type Description
    System.Double

    Visible

    Represents if line format is visible.

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

    Weight

    Represents weight of the line in pts.( 0 - 1584 )

    Declaration
    public double Weight { get; set; }
    Property Value
    Type Description
    System.Double

    Workbook

    Returns parent workbook. Read-only.

    Declaration
    public WorkbookImpl Workbook { get; }
    Property Value
    Type Description
    WorkbookImpl

    Methods

    Clone(Object)

    Clones current object.

    Declaration
    public ShapeLineFormatImpl Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Represents parent object for new instance.

    Returns
    Type Description
    ShapeLineFormatImpl

    Returns cloned object.

    Implements

    IParentApplication
    System.IDisposable
    IShapeLineFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved