London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ITextEditorControl

Summary description for ITextControl

Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 13.30.0
Syntax
public interface ITextEditorControl : ITextControl

Properties

Height

Gets or sets the height.

Declaration
Unit Height { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Unit

The height.

Width

Gets or sets the width.

Declaration
Unit Width { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Unit

The width.