Search
ItemSettings.getSize Method
See Also
 






Gets the size of schedule items drawn in the calendar.

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

 Syntax

Java  Copy Code

public Integer getSize ()

 Return Value

A non-negative integer value specifying items width or height in pixels.

 Remarks

This property specifies the height of horizontal items or the width of vertical items. The items length is defined by their start time and duration. The property is ignored for items drawn in timetable view.

 See Also