Version

TopMargin Property (WebHtmlEditor)

Gets or sets the amount of space (in pixels) between the top edge of the editor and the toolbar.
Syntax
'Declaration
 
Public Property TopMargin As Integer
public int TopMargin {get; set;}

Property Value

An integer specifying the amount of space (in pixels) between the top edge of the editor and the toolbar. The default value is 0.
Remarks

This property is primarily used when applying a graphical skin to the WebHtmlEditor. For more information about skin creation and usage, see the topic Using Skins. For standard implementations, this property does not typically need to be set (although it may be).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also