Nevron .NET Vision
Nevron.Diagram Namespace / NStyleSheetCollection Class / CreateDefaultStyleSheets Method


In This Topic
    CreateDefaultStyleSheets Method
    In This Topic
    Called by the constructor to create the default style sheets
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateDefaultStyleSheets() 
    'Usage
     
    
    Dim instance As NStyleSheetCollection
     
    instance.CreateDefaultStyleSheets()
    protected virtual void CreateDefaultStyleSheets()
    Remarks
    This implementation creates the guidelines and connectors stylesheets, by using the DefaultGuidelines and DefaultConnectors stock styles
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also