menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BorderGroup

    Summary description for BorderGroup.

    Inheritance
    System.Object
    CommonObject
    BorderGroup
    Implements
    System.IDisposable
    IBorder
    IParentApplication
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation.Collections.Grouping
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class BorderGroup : CommonObject, IDisposable, IBorder, IParentApplication

    Constructors

    BorderGroup(IApplication, Object, ExcelBordersIndex)

    Creates new instance of the group.

    Declaration
    public BorderGroup(IApplication application, object parent, ExcelBordersIndex index)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new group.

    System.Object parent

    Parent object for the new group.

    ExcelBordersIndex index

    Border index.

    Properties

    Color

    Returns or sets the primary color of the object. Read/write Long.

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

    ColorObject

    Returns or sets the primary color of the object. Read/write Long.

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

    ColorRGB

    Returns color of the border.

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

    Count

    Returns number of elements in the group. Read-only.

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32

    Item[Int32]

    Returns single entry from the group. Read-only.

    Declaration
    public IBorder this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    IBorder

    LineStyle

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

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

    ShowDiagonalLine

    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

    Implements

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