Gets or sets inline CSS text.
[Visual Basic]
Overridable Public Property CssText As
String
[C#]
public virtual
String CssText {get; set;}
Remarks
This property and InlineStyle property access the same CSS attribute collection. Changing this property also changes the content of InlineStyle property. Directly setting the CSS properties of ElementStyle, such as BackColor, BackgroundImage, will also change the CssText property.
See Also
ElementStyle Class | EO.Web Namespace