Skip to main content
Version: 3.5

Line

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a line control.

public class Line : Control

Constructors

Instance memberLine()

Initializes a new instance of the Line class.

Properties

Instance memberLineColor

Color: Returns or sets a value indicating the color of the line.

Instance memberLineSize

Int32: Indicates the size of the line in pixels.

Instance memberLineStyle

LineStyle: Indicates the LineStyle of the Line control.

Instance memberOrientation

Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the Line control. (Default: Horizontal)

Implements

NameDescription
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.