Search
Style.setHeaderBorderBottomWidth Method
See Also
 






Sets the width in pixels of the bottom border of an element's header.

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

 Syntax

Java  Copy Code

public void setHeaderBorderBottomWidth (
    Integer value
)

 Parameters

value

A non-negative integer specifying the header border width in pixels. Set to null to use the corresponding value from the current theme.

 Remarks

To remove the bottom border, set to 0.

 See Also