Class
InteriorStyleElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class InteriorStyleElement : ElementBase, IElement

Inheritance: objectElementBaseInteriorStyleElement

Implements: IElement

Inherited Members ElementBase.Render(StringBuilder)ElementBase.RenderChildElements(StringBuilder)ElementBase.DeepCopy()ElementBase.InnerElementsElementBase.Attributes

Constructors

InteriorStyleElement()

Declaration

cs-api-definition
public InteriorStyleElement()

Properties

Color

Get or Set back color

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

EndTag

Declaration

cs-api-definition
protected override string EndTag { get; }

Property Value

string

Overrides ElementBase.EndTag

Pattern

Get or Set color pattern

Declaration

cs-api-definition
public InteriorPatternType Pattern { get; set; }

Property Value

InteriorPatternType

StartTag

Declaration

cs-api-definition
protected override string StartTag { get; }

Property Value

string

Overrides ElementBase.StartTag

Methods

AppendAttributes(StringBuilder)

Declaration

cs-api-definition
protected override void AppendAttributes(StringBuilder sb)

Parameters

sb

StringBuilder

Overrides ElementBase.AppendAttributes(StringBuilder)