LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

LowerColorFill Property

Show in webframe







Gets or sets the RasterColor object that specifies lower spoke side color.
Syntax
public RasterColor LowerColorFill {get; set;}
'Declaration
 
Public Property LowerColorFill As RasterColor
'Usage
 
Dim instance As DrawStarCommand
Dim value As RasterColor
 
instance.LowerColorFill = value
 
value = instance.LowerColorFill
public RasterColor LowerColorFill {get; set;}

            

            
 
get_LowerColorFill();
set_LowerColorFill(value);
Object.defineProperty('LowerColorFill');
public:
property RasterColor LowerColorFill {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

RasterColor object that specifies lower spoke side color.
Example
Refer to DrawStarCommand.
Requirements

Target Platforms

See Also

Reference

DrawStarCommand Class
DrawStarCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.