MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / ImageLineWeight Enumeration

ImageLineWeight Enumeration
Used to specify the weight of a line bounding an image in conjunction with ImageInfo.LineWeight.
Syntax
'Declaration
 
Public Enum ImageLineWeight 
   Inherits 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