Search
Style.getHeaderBorderRightWidth Method
See Also
 






Gets the width in pixels of the right border of an element's header.

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

 Syntax

Java  Copy Code

public Integer getHeaderBorderRightWidth ()

 Return Value

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

 Remarks

To remove the right border, set to 0.

 See Also