Table of Contents

Class HorizontalLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a horizontal line control.

public class HorizontalLine : GenericControl, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo
Inheritance
HorizontalLine
Implements

Constructors

HorizontalLine()

Initializes a new instance of the HorizontalLine class.

HorizontalLine(Control)

Initializes a new instance of the HorizontalLine class.

Fields

DefaultHeight

Gets or sets default height of the horizontal line.

Properties

LineHeight

Gets or sets the height of the horizontal line.

SuggestedSize

Gets or sets the suggested size of the control.

Methods

DefaultPaint(PaintEventArgs)

Default painting method of the GenericControl and its descendants.