Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / ShapeInfoCashe Property


In This Topic
    ShapeInfoCashe Property
    In This Topic
    Gets the hashtable, which is used to cashe the generated shape infos
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShapeInfoCashe As System.Collections.Generic.Dictionary(Of Integer,NShapeInfo)
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim value As System.Collections.Generic.Dictionary(Of Integer,NShapeInfo)
     
    value = instance.ShapeInfoCashe
    public System.Collections.Generic.Dictionary<int,NShapeInfo> ShapeInfoCashe {get;}
    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