Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ElementStyle.CssText Property

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


Direct link to this topic