CardTypeInfoThickness Property 
             | 
          
        
         
            Card thickness (mils).
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Nullable<byte> Thickness { get; set; }Public Property Thickness As Nullable(Of Byte)
	Get
	Set
public:
property Nullable<unsigned char> Thickness {
	Nullable<unsigned char> get ();
	void set (Nullable<unsigned char> value);
}Property Value
Type: 
NullableByte
See Also