←Select platform

SecondBackColor Property

Summary

Gets or sets the second background color to use when rendering the rows or columns of CSV files.

Syntax
C#
VB
C++
public RasterColor SecondBackColor { get; set; } 
Public Property SecondBackColor() As RasterColor 
   Get 
   Set 
public:  
   property RasterColor^ SecondBackColor 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 

Property Value

The second background color to use when rendering the rows or columns of CSV files. The default value is White.

Remarks

Refer to CsvColorMode for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly