Click or drag to resize
CanHiddenTextArea Class
Text can be hidden
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class CanHiddenTextArea : TextArea

The CanHiddenTextArea type exposes the following members.

Constructors
  NameDescription
Public methodCanHiddenTextArea
Create new instance of TextBlockHidden class.
Public methodCanHiddenTextArea(ChartLabelBase, IContainer)
Create new instance of TextBlockHidden class.
Top
Properties
  NameDescription
Public propertyVisible
Gets and sets visibility of TextBlock
(Overrides TextAreaVisible.)
Top
See Also