Search
ItemDrawContext.getIsHorizontal Method
See Also
 






Gets a value indicating the item's orientation.

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

 Syntax

Java  Copy Code

public boolean getIsHorizontal ()

 Return Value

true if the item is painted horizontally; otherwise, false.

 Remarks

Items are painted horizontally or vertically depending on the orientation of the current view.

 See Also