Nevron .NET Vision
Nevron.Editors Namespace / NSmartShapeEditorUC Class / PredefinedShapes Property


In This Topic
    PredefinedShapes Property
    In This Topic
    Gets/sets the shapes categories, from which the user can load a predefined shape
    Syntax
    'Declaration
     
    
    Public Property PredefinedShapes As NSmartShapesCategory()
    'Usage
     
    
    Dim instance As NSmartShapeEditorUC
    Dim value() As NSmartShapesCategory
     
    instance.PredefinedShapes = value
     
    value = instance.PredefinedShapes
    public NSmartShapesCategory[] PredefinedShapes {get; set;}
    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