Gets the style of the editor control when rendering as a Textarea.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public Style TextAreaStyle { get; }
Visual Basic
Public ReadOnly Property TextAreaStyle As Style
	Get
Visual C++
public:
property Style^ TextAreaStyle {
	Style^ get ();
}

See Also