SetBorderWidth Method

SetBorderWidth(IStyle, StyleFloat, StyleFloat, StyleFloat, StyleFloat)

Short hand for setting border width properties in one go, like in the USS border-width property.

Declaration
public static void SetBorderWidth(this IStyle style, StyleFloat top, StyleFloat right, StyleFloat bottom, StyleFloat left)
Parameters
IStyle style

The style to modify

StyleFloat top

The value for borderTopWidth

StyleFloat right

The value for borderRightWidth

StyleFloat bottom

The value for borderBottomWidth

StyleFloat left

The value for borderLeftWidth