Sets the width in pixels of the left border of an element.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void setBorderLeftWidth ( |
A non-negative integer specifying the border width in pixels. Set to null to use the corresponding value from the current theme.
RemarksTo remove the left border, set to 0.
See Also