GrapeCity MultiRow Windows Forms Documentation
ShapeLineStyle Enumeration


Specifies the style of the shape border lines.
Syntax
Public Enum ShapeLineStyle 
   Inherits System.Enum
Dim instance As ShapeLineStyle
public enum ShapeLineStyle : System.Enum 
Members
MemberDescription
DashDotSpecifies the shape line is painted with a dash style of DashStyle.DashDot
DashDotDotSpecifies the shape line is painted with a dash style of DashStyle.DashDotDot
DashedSpecifies the shape line is painted with a dash style of DashStyle.Dashed
DottedSpecifies the shape line is painted with a dash style of DashStyle.Dot
HairSpecifies the shape line is painted with a dash pattern of [2, 2].
NoneSpecifies no line style.
ThinSpecifies the shape line is painted with a solid pen.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.ShapeLineStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.