Click or drag to resize

StiTextGeom Constructor (String, StiFontGeom, Object, Object, StiStringFormatGeom, Boolean, Int32)

Initializes a new instance of the StiTextGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextGeom(
	string text,
	StiFontGeom font,
	Object brush,
	Object location,
	StiStringFormatGeom stringFormat,
	bool isRotatedText,
	int elementIndex = -1
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

brush
Type: SystemObject

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

location
Type: SystemObject

[Missing <param name="location"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

stringFormat
Type: Stimulsoft.Base.ContextStiStringFormatGeom

[Missing <param name="stringFormat"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

isRotatedText
Type: SystemBoolean

[Missing <param name="isRotatedText"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

elementIndex (Optional)
Type: SystemInt32

[Missing <param name="elementIndex"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Boolean,System.Int32)"]

See Also