Click or drag to resize

StiDashboardStyleHelperGetBackColor Method (IStiElement, NullableColor)

[Missing <summary> documentation for "M:Stimulsoft.Report.Dashboard.Styles.StiDashboardStyleHelper.GetBackColor(Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Drawing.Color})"]

Namespace:  Stimulsoft.Report.Dashboard.Styles
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Color GetBackColor(
	IStiElement element,
	Nullable<Color> defaultColor = null
)

Parameters

element
Type: Stimulsoft.Report.DashboardIStiElement

[Missing <param name="element"/> documentation for "M:Stimulsoft.Report.Dashboard.Styles.StiDashboardStyleHelper.GetBackColor(Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Drawing.Color})"]

defaultColor (Optional)
Type: SystemNullableColor

[Missing <param name="defaultColor"/> documentation for "M:Stimulsoft.Report.Dashboard.Styles.StiDashboardStyleHelper.GetBackColor(Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Drawing.Color})"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Stimulsoft.Report.Dashboard.Styles.StiDashboardStyleHelper.GetBackColor(Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Drawing.Color})"]

See Also