Search
MonthRangeSettings.setMargin Method
See Also
 






Sets the amount of space between the outermost border of the view and its contents.

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

 Syntax

Java  Copy Code

public void setMargin (
    Integer value
)

 Parameters

value

A non-negative integer value specifying how many pixels there are between the view contents and the outermost view border. Set to null to use the corresponding value from the current theme.

 See Also