This document is archived and information here might be outdated. Recommended version. |
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*