StiDesignerInfoGetFillColor Method |
Gets color of filling.
Namespace:
Stimulsoft.Report.Design
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public Color GetFillColor(
Color color
)
Public Function GetFillColor (
color As Color
) As Color
Parameters
- color
- Type: System.DrawingColor
Component color.
Return Value
Type:
ColorColor of filling.
See Also