Spacer
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
- C#
- VB.NET
public class Spacer : Control
Public Class Spacer
Inherits Control
Constructors
Spacer()
Initializes a new instance of the Spacer class.
Properties
DefaultSize
Size: The default Size of the control.
Methods
OnWebPaint(g)
Paints the spacer at design time.
| Parameter | Type | Description |
|---|---|---|
| g | Graphics |
OnWebRender(config)
Renders the client component.
| Parameter | Type | Description |
|---|---|---|
| config | Object | Dynamic configuration object. |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |