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


IDataGraphTSymbolProperties.BorderProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTSymbolProperties.BorderProperties Property

Properties of the symbol border.

[Visual Basic .NET]
Public ReadOnly Property BorderProperties As IDataGraphTPenProperties
[C#]
public IDataGraphTPenProperties BorderProperties {get;}
[C++]
HRESULT get_BorderProperties(
  IDataGraphTPenProperties** ppPenProps
);
[C++]

Parameters ppPenProps [out, retval]
ppPenProps is a parameter of type IDataGraphTPenProperties

Product Availability

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

See Also

IDataGraphTSymbolProperties Interface