Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NImageSkinState Class / SkinSymbol Method


In This Topic
    SkinSymbol Method (NImageSkinState)
    In This Topic
    Sets an image based symbol to the specified symbol property.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SkinSymbol( _
       ByVal style As NThemeStyle, _
       ByVal symbolProperty As NProperty _
    ) 
    'Usage
     
    
    Dim instance As NImageSkinState
    Dim style As NThemeStyle
    Dim symbolProperty As NProperty
     
    instance.SkinSymbol(style, symbolProperty)
    public override void SkinSymbol( 
       NThemeStyle style,
       NProperty symbolProperty
    )

    Parameters

    style
    symbolProperty
    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