Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSkinState Class / GetSkinPropertyValue<dnfd> Method


In This Topic
    GetSkinPropertyValue<dnfd> Method (NSkinState)
    In This Topic
    Gets the value of the skin property associated with the given property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSkinPropertyValue(Of dnfd)( _
       ByVal propertyName As System.String _
    ) As dnfd
    'Usage
     
    
    Dim instance As NSkinState
    Dim propertyName As System.String
    Dim value As dnfd
     
    value = instance.GetSkinPropertyValue(Of dnfd)(propertyName)
    protected virtual dnfd GetSkinPropertyValue<dnfd>( 
       System.string propertyName
    )

    Parameters

    propertyName

    Type Parameters

    dnfd
    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