NevronOpenVision
Nevron.Nov.Dom Namespace / NStyleSheet Class
Fields Properties Methods Events


In This Topic
    NStyleSheet Class Members
    In This Topic

    The following tables list the members exposed by NStyleSheet.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Source property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Enabled property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MediaSelector property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NStyleSheet  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Title property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    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
    Public Methods
     NameDescription
    Public MethodHelper method for making a rule which matches the selector built by the specified delegate.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also