DisplayCommandsForm RowHeight Property CleanCode C# Libraries v1.2.03 API
Gets or sets the height of each row.

Namespace: CleanCode.GeneralComponents.Dialogs
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static int RowHeight { get; set; }

Field Value

The height of the row. Default is 18.
See Also