Skip to main content
Version: 4.1

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.

public class Spacer : Control

Constructors

Instance member Spacer()

Initializes a new instance of the Spacer class.

Properties

Protected member DefaultSize

Size: The default Size of the control.

Methods

Protected member OnWebPaint(g)

Paints the spacer at design time.

ParameterTypeDescription
gGraphics

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.