Search
Style.getBorderBottomWidth Method
See Also
 






Gets the width in pixels of the bottom border of an element.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Integer getBorderBottomWidth ()

 Return Value

A non-negative integer specifying the border width in pixels.

 Remarks

To remove the bottom border, set to 0.

 See Also