Search
TimetableSettings.setRotateHeaderTexts Method
See Also
 






Sets a value indicating whether the header texts are rotated in a view with Orientation.Horizontal orientation.

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

 Syntax

Java  Copy Code

public void setRotateHeaderTexts (
    Boolean value
)

 Parameters

value

true to display the header text rotated; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also