Class InteriorStyleElement
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: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class InteriorStyleElement : ElementBase, IElement
Constructors
InteriorStyleElement()
Declaration
public InteriorStyleElement()
Properties
Color
Get or Set back color
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
Pattern
Get or Set color pattern
Declaration
public InteriorPatternType Pattern { get; set; }
Property Value
InteriorPatternType
|
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|