Class
StyleElement

Definition

Namespace:Telerik.WinControls.UI.Export.HTML

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseStyleElement

Implements: IElement

Inherited Members ElementBase.SetStyles(IStyleValuesCollection)ElementBase.Render(StringBuilder)ElementBase.Attributes

Constructors

StyleElement()

Declaration

cs-api-definition
public StyleElement()

Properties

EndTag

Declaration

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

Property Value

string

Overrides ElementBase.EndTag

StartTag

Declaration

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

Property Value

string

Overrides ElementBase.StartTag

StyleValues

Declaration

cs-api-definition
public Dictionary<string, StyleValuesCollection> StyleValues { get; }

Property Value

Dictionary<string, StyleValuesCollection>

Styles

This element cannot have styles collection

Declaration

cs-api-definition
public override IStyleValuesCollection Styles { get; }

Property Value

IStyleValuesCollection

Overrides ElementBase.Styles

Methods

AppendAttributes(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

Overrides ElementBase.AppendAttributes(StringBuilder)

RenderChildElements(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

Overrides ElementBase.RenderChildElements(StringBuilder)