ImageGear for .NET
LineStyle Enumeration
See Also   Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : LineStyle Enumeration

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.