The FillColor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the background fill color.| Visual Basic (Declaration) | |
|---|---|
Public Property FillColor As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RotateActivity Dim value As Color instance.FillColor = value value = instance.FillColor | |
| C# | |
|---|---|
public Color FillColor {get; set;} | |
Property Value
The background fill color.Used to fill any new area created by the rotation.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code