Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

LowerColorFill Property








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

Error processing SSI file