ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / ImageLineStyle Enumeration

In This Topic
    ImageLineStyle Enumeration
    In This Topic
    Used with ImageInfo.LineStyle to specify the style of the line bounding an image.
    Syntax
    'Declaration
     
    Public Enum ImageLineStyle 
       Inherits System.Enum
    public enum ImageLineStyle : System.Enum 
    Members
    MemberDescription
    DarkGrayDark gray
    DashDash
    DashDotDash dot
    DashDotDotDash dot dot
    DotDot
    LightGrayLight gray
    MediumGrayMedium gray
    NullNull
    SolidSolid
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Imaging.ImageLineStyle

    See Also