Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top