Nevron.Diagram.Shapes Namespace / FoodShapes Enumeration


In This Topic
    FoodShapes Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum FoodShapes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FoodShapes
    public enum FoodShapes : System.Enum 
    Members
    MemberDescription
    Apple 
    Banana 
    BellPepper 
    Burger 
    Cake 
    Carrot 
    Cherries 
    ChiliPepper 
    Croissant 
    Cup 
    Eggplant 
    Fork 
    Fries 
    HotDog 
    IceCone 
    IceStick 
    Knife 
    MartiniGlass 
    Muffin 
    Mug 
    Pear 
    Pineapple 
    Pizza 
    PizzaSlice 
    Shotglass 
    SoftDrink 
    Spoon 
    Strawberry 
    StrongDrink 
    Sushi 
    TallDrink 
    TallShotglass 
    Tomato 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Shapes.FoodShapes

    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