This property sets whether or not transparency is enabled when the filename or comment is displayed in the thumbnail cell.

[Visual Basic]Public Property TextTransparent As Boolean
[C#]public bool TextTransparent {get; set;}

Property Value

Value Explanation
True Transparency is enabled (default)
False Transparency is disabled

Explanation

The TextTransparent property sets whether or not transparency is enabled when the filename or comment is displayed in the thumbnail cell. When this property is True, the background color set in the TextBackColor property will be transparent.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation