The outline color.
[Visual Basic 6.0] Property OutlineColor As IColor
[Visual Basic .NET] Public Property OutlineColor As IColor
[C#] public IColor OutlineColor {get; set;}
[Java] public IColor getOutlineColor() throws IOException, AutomationException
[Java] public void setOutlineColor( IColor pColor ) throws IOException, AutomationException
[C++] HRESULT get_OutlineColor( IColor** Color );
[C++] HRESULT put_OutlineColor( IColor* Color);
Parameters
Color [out, retval]
Color is a parameter of type IColor
Color [in]
Color is a parameter of type IColor