Click or drag to resize

StiTextGaugeGeom Constructor

Initializes a new instance of the StiTextGaugeGeom class

Namespace:  Stimulsoft.Report.Gauge.GaugeGeoms
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextGaugeGeom(
	string text,
	Font font,
	StiBrush foreground,
	RectangleF rect,
	StringFormat sf
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiTextGaugeGeom.#ctor(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiTextGaugeGeom.#ctor(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

foreground
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="foreground"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiTextGaugeGeom.#ctor(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiTextGaugeGeom.#ctor(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

sf
Type: System.DrawingStringFormat

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiTextGaugeGeom.#ctor(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

See Also