ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder 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
    DoubleDouble
    HairlineHairline
    SingleSingle
    ThickThick
    Inheritance Hierarchy

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

    See Also