API Reference
Class
RadiusExtensions
Extension methods for Radius enum.
Inheritance
- Object
- RadiusExtensions
Methods
public static String ToCssValue(Radius radius, String customValue = null) #Returns:
StringConverts the Radius enum to its CSS pixel value.
Parameters
- radius HtmlForgeX.Email.Radius
- The border radius enum value.
- customValue System.String = null
- Custom value to use when Radius.Custom is specified.
Returns
The CSS pixel value as a string.