Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / GetSymbolUIPartSkinner Method / GetSymbolUIPartSkinner(NSchema,NProperty,NSkin) Method


In This Topic
    GetSymbolUIPartSkinner(NSchema,NProperty,NSkin) Method
    In This Topic
    Gets an image skinner, that skins a symbol property of the specified target schema.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSymbolUIPartSkinner( _
       ByVal schema As NSchema, _
       ByVal symbolProperty As NProperty, _
       ByVal skin As NSkin _
    ) As NSymbolUIPartSkinner
    'Usage
     
    
    Dim instance As NUITheme
    Dim schema As NSchema
    Dim symbolProperty As NProperty
    Dim skin As NSkin
    Dim value As NSymbolUIPartSkinner
     
    value = instance.GetSymbolUIPartSkinner(schema, symbolProperty, skin)

    Parameters

    schema
    symbolProperty
    skin
    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