Line.LineHeight Property
Gets and sets the line height.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public int LineHeight { get; set; }
public:
property int LineHeight {
int get();
void set(int value);
}
Public Property LineHeight As Integer
Property Value
Type: System.Int32
The line height.
See Also
Line Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top