CSSHelperGetMaxWidthHeightExpression Method |
Gets the CSS expression to limit the max width of the element.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetMaxWidthHeightExpression(
int width,
int height,
int maxSideSize
)
Parameters
- width
- Type: SystemInt32
Max width - height
- Type: SystemInt32
Max height - maxSideSize
- Type: SystemInt32
Max side size
Return Value
Type:
StringSee Also