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


IDataGraphTPenProperties.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPenProperties Interface > IDataGraphTPenProperties.Style Property
ArcGIS Developer Help

IDataGraphTPenProperties.Style Property

Style of the line.

[Visual Basic .NET]
Public Property Style As esriDataGraphTPenType
[C#]
public esriDataGraphTPenType Style {get; set;}
[C++]
HRESULT get_Style(
  esriDataGraphTPenType* pType
);
[C++]
HRESULT put_Style(
  esriDataGraphTPenType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriDataGraphTPenType* pType [in]
pType is a parameter of type esriDataGraphTPenType

Product Availability

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

See Also

IDataGraphTPenProperties Interface