Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocument Class / StyleSheets Property


In This Topic
    StyleSheets Property
    In This Topic
    Gets or sets the collection of style sheets, that control the styling of the document elements.
    Syntax
    'Declaration
     
    
    Public Property StyleSheets As NStyleSheetCollection
    'Usage
     
    
    Dim instance As NDocument
    Dim value As NStyleSheetCollection
     
    instance.StyleSheets = value
     
    value = instance.StyleSheets
    public NStyleSheetCollection StyleSheets {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also