NevronOpenVision
Nevron.Nov.Dom Namespace / NStyleSheet Class


NStyleSheet Class Properties

For a list of all members of this type, see NStyleSheet members.

Public Properties
 NameDescription
Public PropertyGets or sets the author of the sheet. This property is intended to give the user a clue about the origin of the style sheet. Sheets created by themes are by default created with an author set to {ThemeType}_Theme string, where {ThemeType} is the type of the theme (returned by the GetThemeType() method of the NTheme class).  
Public PropertyGets or sets whether the style sheet is enabled. When set to false all rules contained in the stylesheet will be excluded from the cascade. By default set to true.  
Public PropertyGets or sets the media selector that specifies the set of medias for which the rules in this style sheet apply to. If the media selector of a stylesheet fails to match a specific media, the entire stylesheet will be excluded from the cascade, even if there are rules in the stylesheet that match the media. A value of null means that the stylesheet applies for all medias. By default set to null.  
Public PropertyGets or sets the style sheet title. This property is intended to give the user a human readable description about the rules contained in the sheet.  
Top
See Also