Visual Basic (Declaration) | |
---|---|
Public Property FillColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HighQualityRotateActivity Dim value As Color instance.FillColor = value value = instance.FillColor |
C# | |
---|---|
public Color FillColor {get; set;} |
Property Value
A Color object that determine the background fill color.The FillColor property will only be used if HighQualityRotateCommandFlags.Resize is specified in the Flags property. Since a Leadtools.Workflow.Raster.WorkflowImage is always a rectangular object, rotation will always increase the width and height of the image. The extra space will be filled with the color specified in FillColor.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7