Click or drag to resize

StiLabelAnimationGeom Constructor

Initializes a new instance of the StiLabelAnimationGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLabelAnimationGeom(
	string text,
	StiFontGeom font,
	Object textBrush,
	Object LabelBrush,
	StiPenGeom penBorder,
	Rectangle rect,
	StiStringFormatGeom sf,
	StiRotationMode rotationMode,
	float angle,
	bool drawBorder,
	StiAnimation animation
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

textBrush
Type: SystemObject

[Missing <param name="textBrush"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

LabelBrush
Type: SystemObject

[Missing <param name="LabelBrush"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

penBorder
Type: Stimulsoft.Base.ContextStiPenGeom

[Missing <param name="penBorder"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

sf
Type: Stimulsoft.Base.ContextStiStringFormatGeom

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

rotationMode
Type: Stimulsoft.Base.DrawingStiRotationMode

[Missing <param name="rotationMode"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

drawBorder
Type: SystemBoolean

[Missing <param name="drawBorder"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

[Missing <param name="animation"/> documentation for "M:Stimulsoft.Base.Context.StiLabelAnimationGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,Stimulsoft.Base.Context.Animation.StiAnimation)"]

See Also