StyleSheet Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the current StyleSheet.
'Declaration
<CategoryAttribute("Browser")>
<DescriptionAttribute("Sets the CSS on WebPage")>
<DisplayNameAttribute("StyleSheet")>
Public Property StyleSheet As String
[Category("Browser")]
[Description("Sets the CSS on WebPage")]
[DisplayName("StyleSheet")]
public string StyleSheet {get; set;}
[Category("Browser")]
[Description("Sets the CSS on WebPage")]
[DisplayName("StyleSheet")]
public:
property String^ StyleSheet {
String^ get();
void set ( String^ value);
}