ImageGear .NET - Updated
LineStyle Enumeration

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : LineStyle Enumeration
Indicates the style of a line.
Members
MemberDescription
Dash1 - A line or border composed of a sequence of dashes. This is the same style as NotateXpress's (version 10) PenStyle.Dash and ImageGear for .NET's ImGearARTPenStyle.DASH.
DashDot3 - A line or border composed of an alternating pattern of dashes and dots. This is the same style as NotateXpress's (version 10) PenStyle.DashDot and ImageGear for .NET's ImGearARTPenStyle.DASHDOT.
DashDotDot4 - A line or border composed of an alternating pattern of one dash and two dots. This is the same style as NotateXpress's (version 10) PenStyle.DashDotDot and ImageGear for .NET's ImGearARTPenStyle.DASHDOTDOT.
Dot2 - A line or border composed of a sequence of dots. This is the same style as NotateXpress's (version 10) PenStyle.Dot and ImageGear for .NET's ImGearARTPenStyle.DOT.
Solid0 - A solid, unbroken line or border. This is the same style as NotateXpress's (version 10) PenStyle.Solid and ImageGear for .NET's ImGearARTPenStyle.SOLID.
Remarks

This enumeration indicates the style of a line or border.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.LineStyle

See Also

Reference

ImageGear.Web.UI Namespace