Search
Calendar.setButtonOffset Method
See Also
 






Sets the offset of the navigation buttons, displayed in the views' headers.

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

 Syntax

Java  Copy Code

public void setButtonOffset (
    int value
)

 Parameters

value

An integer value specifying how many pixels there are between a button and header edges.

 Remarks

The buttons get smaller if the value of this property is increased.

 See Also