←Select platform

ForeGroundColor Property

Summary

Gets or sets the foreground color for any exposed areas.

Syntax

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

Property Value

The foreground 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