Click or drag to resize

StiTitle Constructor (String, Color, Color, Font, StiHorAlignment, Boolean)

Initializes a new instance of the StiTitle class

Namespace:  Stimulsoft.Dashboard.Components
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiTitle(
	string text,
	Color foreColor,
	Color backColor,
	Font font,
	StiHorAlignment alignment,
	bool visible
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Dashboard.Components.StiTitle.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,Stimulsoft.Base.Drawing.StiHorAlignment,System.Boolean)"]

foreColor
Type: System.DrawingColor

[Missing <param name="foreColor"/> documentation for "M:Stimulsoft.Dashboard.Components.StiTitle.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,Stimulsoft.Base.Drawing.StiHorAlignment,System.Boolean)"]

backColor
Type: System.DrawingColor

[Missing <param name="backColor"/> documentation for "M:Stimulsoft.Dashboard.Components.StiTitle.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,Stimulsoft.Base.Drawing.StiHorAlignment,System.Boolean)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Dashboard.Components.StiTitle.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,Stimulsoft.Base.Drawing.StiHorAlignment,System.Boolean)"]

alignment
Type: Stimulsoft.Base.DrawingStiHorAlignment

[Missing <param name="alignment"/> documentation for "M:Stimulsoft.Dashboard.Components.StiTitle.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,Stimulsoft.Base.Drawing.StiHorAlignment,System.Boolean)"]

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Stimulsoft.Dashboard.Components.StiTitle.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,Stimulsoft.Base.Drawing.StiHorAlignment,System.Boolean)"]

See Also