NevronOpenVision
Nevron.Nov.Dom Namespace / NStyleSheet Class / Author Property
In This Topic
    Author Property (NStyleSheet)
    In This Topic
    Gets 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).
    Syntax
    public System.string Author {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