←Select platform

BackGroundColor Property

Summary

Gets or sets the background color for any exposed areas.

Syntax

C#
VB
WinRT C#
C++
public RasterColor BackGroundColor { get; set; } 
Public Property BackGroundColor As Leadtools.RasterColor 
public Leadtools.RasterColor BackGroundColor {get; set;} 
 <br/>get_BackGroundColor();<br/>set_BackGroundColor(value);<br/>Object.defineProperty('BackGroundColor');  
public: 
property Leadtools.RasterColor BackGroundColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

The background color.

Example

Refer to HalfTonePatternCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly