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

UpperColorFill Property






Gets or sets the RasterColor object that specifies upper spoke side color. .NET support WinRT support
Syntax
public RasterColor UpperColorFill {get; set;}
'Declaration
 
Public Property UpperColorFill As RasterColor
'Usage
 
Dim instance As DrawStarCommand
Dim value As RasterColor
 
instance.UpperColorFill = value
 
value = instance.UpperColorFill
public RasterColor UpperColorFill {get; set;}
 get_UpperColorFill();
set_UpperColorFill(value);
public:
property RasterColor UpperColorFill {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

RasterColor object that specifies upper spoke side color.
Example
Refer to DrawStarCommand.
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

DrawStarCommand Class
DrawStarCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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