ZebraCardGraphicsTextContrast Property 
             | 
          
        
         
            Gets or sets the gamma correction level used for rendering text.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic int TextContrast { get; set; }Public Property TextContrast As Integer
	Get
	Set
public:
virtual property int TextContrast {
	int get () sealed;
	void set (int value) sealed;
}Property Value
Type: 
Int32Implements
ZebraGraphicsTextContrast
RemarksValue must be between 0 and 12. The default value is 4.
See Also