This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPenProperties Interface > IDataGraphTPenProperties.Style Property (ArcObjects .NET 10.4 SDK) |
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