Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
BackColor Property
See Also 
Leadtools.Codecs Namespace > CodecsThumbnailOptions Structure : BackColor Property



Gets or sets the background color to use if both ForceSize and MaintainAspectRatio are true.

Syntax

Visual Basic (Declaration) 
Public Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As CodecsThumbnailOptions
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
public Color BackColor {get; set;}
C++/CLI 
public:
property Color BackColor {
   Color get();
   void set (Color value);
}

Return Value

The background color to use.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also