Click or drag to resize
CSSHelperGetMaxHeightExpression Method
Gets the CSS expression to limit the max Height of the element.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetMaxHeightExpression(
	int height
)

Parameters

height
Type: SystemInt32
Max Height

Return Value

Type: String
See Also