ClassInteriorStyleElement
Class
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class InteriorStyleElement : ElementBase, IElement
Inheritance: objectElementBaseInteriorStyleElement
Implements:
Inherited Members
Constructors
InteriorStyleElement()
Declaration
cs-api-definition
public InteriorStyleElement()
Properties
Color
Get or Set back color
EndTag
Declaration
cs-api-definition
protected override string EndTag { get; }
Property Value
Overrides
Pattern
Get or Set color pattern
Declaration
cs-api-definition
public InteriorPatternType Pattern { get; set; }
Property Value
Methods
AppendAttributes(StringBuilder)
Declaration
cs-api-definition
protected override void AppendAttributes(StringBuilder sb)
Parameters
sb
Overrides