menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Class BorderSettingsHolder

    Class used for holding border settings.

    Inheritance
    System.Object
    BorderSettingsHolder
    Implements
    IBorder
    IParentApplication
    System.ICloneable
    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: Syncfusion.XlsIO.Implementation.XmlSerialization
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class BorderSettingsHolder : IBorder, IParentApplication, ICloneable

    Constructors

    BorderSettingsHolder()

    Initializes a new instance of the BorderSettingsHolder class.

    Declaration
    public BorderSettingsHolder()

    Properties

    Application

    Application object for this object.

    Declaration
    public IApplication Application { get; }
    Property Value
    Type Description
    IApplication

    Color

    Gets or sets the primary color of the object. Read/write ExcelKnownColors.

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

    ColorObject

    Gets color of the border.

    Declaration
    public ColorObject ColorObject { get; }
    Property Value
    Type Description
    ColorObject

    ColorRGB

    Gets or sets color of the border.

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

    LineStyle

    Gets or sets the line style for the border. Read/write ExcelLineStyle.

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

    Parent

    Parent object for this object.

    Declaration
    public object Parent { get; }
    Property Value
    Type Description
    System.Object

    ShowDiagonalLine

    Gets or sets a value indicating whether to show Diagonal lines. This property is used only by Diagonal borders. For any other border index property will have no influence.

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

    Methods

    Clone()

    Creates a shallow copy of the current System.Object.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A shallow copy of the current System.Object.

    Implements

    IBorder
    IParentApplication
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved