GraphicsInfoFillColor Property 
             | 
          
        
         
            Background fill color.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic int FillColor { get; set; }Public Property FillColor As Integer
	Get
	Set
public:
property int FillColor {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
Remarks- 0 = All pixels off (white)
 - 1 = All pixels on, mono panel
 - RGB = Hex values for color (0xFFFFFF = white)
 - See FillType for ZC Series printers.
 
See Also