Click or drag to resize
CSSHelperGetMaxWidthExpression Method
Gets the CSS expression to limit the max width of the element.

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

Parameters

width
Type: SystemInt32
Max width

Return Value

Type: String
See Also