ArcObjects Library Reference (Display)  

ISimpleLineSymbol.Style Property

The style of the line symbol.

[Visual Basic .NET]
Public Property Style As esriSimpleLineStyle
[C#]
public esriSimpleLineStyle Style {get; set;}
[C++]
HRESULT get_Style(
  esriSimpleLineStyle* Style
);
[C++]
HRESULT put_Style(
  esriSimpleLineStyle Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type esriSimpleLineStyle

Style [in]

  Style is a parameter of type esriSimpleLineStyle

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Style is the enumeration that controls the pattern used as the line.  The avaialble line options include: esriSLSDash, esriSLSDashDot, esriSLSDashDotDot, esriSLSDot, esriSLSInsideFrame, esriSLSNull and esriSLSSolid. esriSLSSolid is the default Style.

Remarks

ESRISLSInsideFrame is not implemented.

See Also

ISimpleLineSymbol Interface