Click or drag to resize
TextArea Constructor (ChartLabelBase, IContainer, TextAreaStyle)
Create new instance of TextBlock class.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TextArea(
	ChartLabelBase parent,
	IContainer container,
	TextAreaStyle appearance
)

Parameters

parent
Type: Kettic.AspNet.Controls.ChartModelChartLabelBase
Parent element
container
Type: Kettic.AspNet.Controls.ChartModelIContainer
Container element
appearance
Type: Kettic.AspNet.Controls.ChartModel.StylesTextAreaStyle
Style of TextBlock
See Also