LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

FillColor Property (RotateActivity)

Show in webframe





Gets or sets the background fill color.
Syntax
public Color FillColor {get; set;}
'Declaration
 
Public Property FillColor As Color
'Usage
 
Dim instance As RotateActivity
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor

            

            
public:
property Color FillColor {
   Color get();
   void set (    Color value);
}

Property Value

The background fill color.
Remarks
Used to fill any new area created by the rotation.
Requirements

Target Platforms

See Also

Reference

RotateActivity Class
RotateActivity Members

 

 


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