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


IInkGraphic.Color Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInkGraphic Interface > IInkGraphic.Color Property
ArcGIS Developer Help

IInkGraphic.Color Property

The current color of the element.

[Visual Basic .NET]
Public Property Color As Integer
[C#]
public int Color {get; set;}
[C++]
HRESULT get_Color(
  System.Int32* pColor
);
[C++]
HRESULT put_Color(
  long pColor
);
[C++]
Parameters
pColor [out, retval]

pColor is a parameter of type long* pColor [in]
pColor is a parameter of type long

Product Availability

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

See Also

IInkGraphic Interface