LEADTOOLS (Leadtools assembly)

FillColor Property (RotateCommand)

Show in webframe







Gets or sets the background fill color.
Syntax
public RasterColor FillColor {get; set;}
'Declaration
 
Public Property FillColor As RasterColor
'Usage
 
Dim instance As RotateCommand
Dim value As RasterColor
 
instance.FillColor = value
 
value = instance.FillColor
public RasterColor FillColor {get; set;}
@property (nonatomic, copy) LTRasterColor* fillColor;
public RasterColor getFillColor()
public void setFillColor(RasterColor value)
            
 
get_FillColor();
set_FillColor(value);
Object.defineProperty('FillColor');
public:
property RasterColor FillColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The background fill color.
Remarks
Used to fill any new area created by the rotation.
Example
For an example, refer to RotateCommand.
Requirements

Target Platforms

See Also

Reference

RotateCommand Class
RotateCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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