menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BorderSettingsHolder - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BorderSettingsHolder

    Class used for holding border settings.

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

    Color

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

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

    ColorObject

    Gets color of the border.

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

    ColorRGB

    Gets or sets color of the border.

    Declaration
    public Color ColorRGB { get; set; }
    Property Value
    Type
    Color

    LineStyle

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

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

    Parent

    Parent object for this object.

    Declaration
    public object Parent { get; }
    Property Value
    Type
    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
    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