Line
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a line control.
- C#
- VB.NET
public class Line : Control
Public Class Line
Inherits Control
Constructors
Line()
Initializes a new instance of the Line class.
Properties
LineColor
Color: Returns or sets a value indicating the color of the line.
LineSize
Int32: Indicates the size of the line in pixels.
LineStyle
LineStyle: Indicates the LineStyle of the Line control.
Orientation
Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the Line control. (Default: Horizontal)
Implements
| Name | Description |
|---|---|
| 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. |