Click or drag to resize

GraphicsInfoFillColor Property

Background fill color.

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public int FillColor { get; set; }

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