Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NMapFillRuleValue Class / m_Values Field


In This Topic
    m_Values Field
    In This Topic
    The values of this fill rule.
    Syntax
    'Declaration
     
    
    Protected Friend m_Values As NList(Of String)
    'Usage
     
    
    Dim instance As NMapFillRuleValue
    Dim value As NList(Of String)
     
    value = instance.m_Values
     
    instance.m_Values = value
    protected internal NList<string> m_Values
    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