Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NImageSkin Class
Members


In This Topic
    NImageSkin Class
    In This Topic
    Represents an image list for an image based theme.
    Object Model
    NImageSkin Class
    Syntax
    Remarks
    An image skin is created from a single image, that contains a predefined number of equally sized states images that are vertically arranged in the image. Each state image may be additionally divided into 9 part images, that form a nine-patch. A nine-patch consists of four corner, four side and a center image. The corners are drawn unscaled. The sides are scaled only in one dimension (X or Y). The center is scaled in both X and Y dimensions.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.UI.NSkin
                   Nevron.Nov.UI.NImageSkin

    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