LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

BrightColor Property (TunnelCommand)






Gets or sets the color of an external light source that shines in the tunnel. .NET support WinRT support
Syntax
public RasterColor BrightColor {get; set;}
'Declaration
 
Public Property BrightColor As RasterColor
'Usage
 
Dim instance As TunnelCommand
Dim value As RasterColor
 
instance.BrightColor = value
 
value = instance.BrightColor
public RasterColor BrightColor {get; set;}
 get_BrightColor();
set_BrightColor(value);
public:
property RasterColor BrightColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The color of an external light source that shines in the tunnel.
Example
Refer to TunnelCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TunnelCommand Class
TunnelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.