ArcObjects Library Reference (Carto)  

IAnnotationLayer.UnplacedAnnotationColor Property

Indicates the color with which unplaced annotation is drawn.

[Visual Basic .NET]
Public Property UnplacedAnnotationColor As IColor
[C#]
public IColor UnplacedAnnotationColor {get; set;}
[C++]
HRESULT get_UnplacedAnnotationColor(
  IColor** Color
);
[C++]
HRESULT putref_UnplacedAnnotationColor(
  IColor* Color
);
[C++]

Parameters

Color [out, retval]

  Color is a parameter of type IColor

Color [in]

  Color is a parameter of type IColor

Product Availability

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

See Also

IAnnotationLayer Interface