Line
Wisej.Web.Line
Last updated
Was this helpful?
Wisej.Web.Line
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a line control.
Initializes a new instance of the Line class.
Size: The default Size of the control.
Color: Returns or sets a value indicating the color of the line.
Int32: Indicates the size of the line in pixels.
LineStyle: Indicates the LineStyle of the Line control.
Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the Line control. (Default: Horizontal
)
Returns the themed line color for this control.
Returns: Color.
Returns the themed line size for this control.
Returns: Int32.
Returns the themed line size for this control.
Returns: LineStyle.
Renders the client component.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.