Class BorderStyles
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class BorderStyles : ElementBase, IElement
Constructors
BorderStyles()
Declaration
public BorderStyles()
BorderStyles(PositionType)
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
LineStyle
PositionType
This is required
Declaration
public PositionType PositionType { get; set; }
Property Value
PositionType
|
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Weight
Max value 3
Declaration
public double Weight { get; set; }
Property Value
System.Double
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Overrides
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()