Interface ITextEditorControl
Summary description for ITextControl
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
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. |