Class BorderSettingsHolder
Class used for holding border settings.
Inheritance
System.Object
BorderSettingsHolder
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
Assembly: Syncfusion.XlsIO.UWP.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 |
---|
Windows.UI.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
System.ICloneable