ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / ImageLineWeight Enumeration

In This Topic
    ImageLineWeight Enumeration
    In This Topic
    Used to specify the weight of a line bounding an image in conjunction with ImageInfo.LineWeight.
    Syntax
    'Declaration
     
    Public Enum ImageLineWeight 
       Inherits System.Enum
    public enum ImageLineWeight : System.Enum 
    Members
    MemberDescription
    DoubleSpecifies a double line thickness. This is thicker than the single line weight.
    HairlineSpecifies a hairline thickness. This is the thinnest line weight available.
    SingleSpecifies a single line thickness. This is the default line weight.
    ThickSpecifies a thick line thickness. This is the thickest line weight available.
    Inheritance Hierarchy

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

    See Also