Class StyleElement
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.HTML
Assembly: TelerikData.dll
Syntax
public class StyleElement : ElementBase, IElement
Constructors
StyleElement()
Declaration
public StyleElement()
Properties
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Styles
This element cannot have styles collection
Declaration
public override IStyleValuesCollection Styles { get; }
Property Value
IStyleValuesCollection
|
Overrides
StyleValues
Declaration
public Dictionary<string, StyleValuesCollection> StyleValues { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, StyleValuesCollection>
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Overrides
RenderChildElements(StringBuilder)
Declaration
protected override void RenderChildElements(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|