AGI STK Util 11Send comments on this topic.
AgELineStyle Enumeration
See Also
Windows






Windows & Linux

Description

Available line styles.

Members

MemberValueDescription
eSolid0Specifies a solid line.
eDashed1Specifies a dashed line.
eDotted2Specifies a dotted line.
eDotDashed3Dot-dashed line.
eLongDashed4Specifies a long dashed line.
eDashDotDotted5Specifies an alternating dash-dot-dot line.
eMDash6Specifies a user configurable medium dashed line.
eLDash7Specifies a user configurable long dashed line.
eSDashDot8Specifies a user configurable small dash-dotted line.
eMDashDot9Specifies a user configurable medium dash-dotted line.
eLDashDot10Specifies a user configurable long dash-dotted line.
eMSDash11Specifies a user configurable medium followed by small dashed line.
eLSDash12Specifies a user configurable long followed by small dashed line.
eLMDash13Specifies a user configurable long followed by medium dashed line.
eLMSDash14Specifies a user configurable medium followed by small dashed line.
eDot15Specifies a dotted line.
eLongDash16Specifies a long dashed line.
eSDash17Specifies an alternating dash-dot line.

Example

[Visual Basic .NET]
Dim r As AgDrawElemRect
Set r = Me.AxAgUiAxVOCntrl1.DrawElements.Add("Rect")
r.LineStyle = AGI.STKUtil.AgELineStyle.eDashed
© 2019 Analytical Graphics, Inc. All Rights Reserved.