This document is archived and information here might be outdated.  Recommended version.


ISimpleLineSymbol.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineSymbol Interface > ISimpleLineSymbol.Style Property
ArcGIS Developer Help

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

.NET Samples

Create a custom tool Custom UI elements using add-ins Dynamic biking Creating a toolbar of globe tools Executing geoprocessing tools in the background Triangle graphic element