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


IPictureLineSymbol.SwapForeGroundBackGroundColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IPictureLineSymbol.SwapForeGroundBackGroundColor Property

Indicates if the foreground and background colors are swapped on 1 Bit Images Only.

[Visual Basic .NET]
Public Property SwapForeGroundBackGroundColor As Boolean
[C#]
public bool SwapForeGroundBackGroundColor {get; set;}
[C++]
HRESULT get_SwapForeGroundBackGroundColor(
  VARIANT_BOOL* swap
);
[C++]
HRESULT put_SwapForeGroundBackGroundColor(
  VARIANT_BOOL swap
);
[C++]

Parameters swap [out, retval] swap is a parameter of type VARIANT_BOOL swap [in] swap is a parameter of type VARIANT_BOOL

Product Availability

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

Description

Boolean indicator to switch the foreground color with the background color of a 1-bit bitmap image.

Remarks

SwapForeGroundBackGroundColor is only supported by 1-bit bitmap files. Emf files and color bitmap images are excluded.

See Also

IPictureLineSymbol Interface