STK XSend comments on this topic.
LineStyle Property (AgDrawElemRect)
See Also  Example
Windows






Windows & Linux

Description

Specifies the style of the line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineStyle() As AgELineStyle
[C#]
public AgELineStyle LineStyle {get; set;}
[Managed C++]
public: __property AgELineStyle get_LineStyle();
public: __property void set_LineStyle(
   AgELineStyle
);
[Unmanaged C++]
public: HRESULT get_LineStyle(
   AgELineStyle * pRetVal
);
public: HRESULT put_LineStyle(
   AgELineStyle NewLineStyle
);
[Java]
public AgELineStyle getLineStyle();public void setLineStyle(
   AgELineStyle
);

Example

[Visual Basic .NET]Copy Code
r.LineStyle = AGI.STKUtil.AgELineStyle.eDashDotDotted

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.