Nevron .NET Vision
Nevron.GraphicsCore Namespace / ImageFrameType Enumeration


In This Topic
    ImageFrameType Enumeration
    In This Topic
    Defines the type of the image frame.
    Syntax
    'Declaration
     
    
    Public Enum ImageFrameType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ImageFrameType
    public enum ImageFrameType : System.Enum 
    Members
    MemberDescription
    EmbedEmbed
    EmbossEmboss
    NoneNone
    RaisedRaised
    RectangleRectangle
    RectangleInnerRoundedRectangular frame with rounded inner rectangle
    RectangleOuterRoundedRounded outer rectangular frame with sharp inner rectangle
    RoundedRounded
    RoundedBottomRounded Bottom
    RoundedOpenLRounded with opened left side
    RoundedOpenRRounded with opened right side
    RoundedOpenRLRounded with opened left and right sides
    RoundedTopRounded Top
    SunkenSunken
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.ImageFrameType

    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