| | Name | Description |
 | BackColor | Background color of the controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | BackColor2 | End background color of the controls applied with this style. When specified, gradient back color will be rendered from BackColor to BackColor2. (Inherited from ISNet.WebUI.WebStyle) |
 | BackgroundImage | Determines the file name of an image to be displayed in the background of the object associated with the style. (Inherited from ISNet.WebUI.WebStyle) |
 | BaseStyle | Returns or sets the base style that this style will inherit from. This property is only useful when the style is contained DynamicStyle object. (Inherited from ISNet.WebUI.WebStyle) |
 | BorderColor | Border color of the controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | BorderSettings | Customize the border's appearance in more details. (Inherited from ISNet.WebUI.WebStyle) |
 | BorderStyle | Style of the border of controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | BorderWidth | Thickness of the border around the controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | CssClass | CSS class name applied to the user of this style. (Inherited from ISNet.WebUI.WebStyle) |
 | Cursor | Type of cursor displayed for the object associated with the style when the mouse pointer is over it. (Inherited from ISNet.WebUI.WebStyle) |
 | CustomRules | Determines additional CSS rules to apply the object associated with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | Font | The font used for text in controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | ForeColor | Foreground color of the controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | GradientType | Specifies the gradient type for back color when BackColor2 is specified. (Inherited from ISNet.WebUI.WebStyle) |
 | Height | The height of the controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |
 | HorizontalAlign | Specifies the horizontal alignment of the text associated with the style. (Inherited from ISNet.WebUI.WebStyle) |
 | Margin | Determines the amount of space for the style associated object's margin. (Inherited from ISNet.WebUI.WebStyle) |
 | Overflow | Determines whether scrollbar is showed. (Inherited from ISNet.WebUI.WebStyle) |
 | OverflowX | Determines whether horizontal scrollbar should be shown. (Inherited from ISNet.WebUI.WebStyle) |
 | OverflowY | Determines whether vertical scrollbar should be shown. (Inherited from ISNet.WebUI.WebStyle) |
 | Padding | Determines the amount of space to insert between the style associated object and its margin. (Inherited from ISNet.WebUI.WebStyle) |
 | VerticalAlign | Specifies the vertical alignment of the text associated with the style. (Inherited from ISNet.WebUI.WebStyle) |
 | Width | The width of the controls applied with this style. (Inherited from ISNet.WebUI.WebStyle) |