ComboTableV2Style.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

ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top