ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / ImageLineWeight Enumeration

In This Topic
    ImageLineWeight Enumeration
    In This Topic
    Used with ImageInfo.LineWeight to specify the weight of a line bounding an image.
    Syntax
    'Declaration
     
    Public Enum ImageLineWeight 
       Inherits System.Enum
    public enum ImageLineWeight : System.Enum 
    Members
    MemberDescription
    DoubleRenders a double line around the image.
    HairlineRenders a thin line around the image.
    SingleRenders a single line around the image.
    ThickRenders a thick line around the image.
    Inheritance Hierarchy

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

    See Also