Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLegend Class / GetRowCount Method


In This Topic
    GetRowCount Method
    In This Topic
    Gets the number of rows in the legend excluding the title. By default returns the number of colors in the fill rule this legend is created from.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetRowCount() As System.Integer
    'Usage
     
    
    Dim instance As NMapLegend
    Dim value As System.Integer
     
    value = instance.GetRowCount()
    protected virtual System.int GetRowCount()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also