Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / WeatherShapes Enumeration


In This Topic
    WeatherShapes Enumeration
    In This Topic
    Enumerates the predefined weather shapes
    Syntax
    'Declaration
     
    
    Public Enum WeatherShapes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WeatherShapes
    public enum WeatherShapes : System.Enum 
    Members
    MemberDescription
    BlizzardBlizzard
    ClearNightClear Night
    CloudyCloudy
    CloudyFoggyCloudy and Foggy
    DownfallDownfall
    FoggyFoggy
    HazeHaze
    HurricaneHurricane
    MixedRainSnowMixed Rain Snow
    MostlyCloudyPartly Cloudy
    MostlyCloudyNightMostly Cloudy Night
    NightHazeNight Haze
    PartlyCloudyPartly Cloudy
    PartlyCloudyNightPartly Cloudy Night
    RainyRainy
    SingleDropSingle Drop
    SingleFlakeSingle Flake
    SnowSnow
    StormStorm
    SunnySunny
    SunnyHotSunny Hot
    TornadoTornado
    TStormT-Storm
    UmbrellaUmbrella
    WeatherVaneWeather Vane
    WindyWindy
    Inheritance Hierarchy

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

    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