Click or drag to resize

HTMLStyleColLabel Field

Standard Bootstrap style for label (col-sm-2)

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public const string StyleColLabel = "col-sm-2"

Field Value

Type: String
Examples
Can be expanded
string NewStyle = StyleColLabel + " control-label";
See Also