touchgfx::ButtonWithLabel::setLabelRotation() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ButtonWithLabel::setLabelRotation()

touchgfx::ButtonWithLabel::setLabelRotation() method

@fn void ButtonWithLabel::setLabelRotation(TextRotation rotation) Sets the rotation of the text on the label. Sets the rotation of the text on the label. Please note that this will not rotate the bitmap of the label, only the text.

Syntax

void setLabelRotation(TextRotation rotation);

Arguments

rotation

the rotation of the text. Default is TEXT_ROTATE_0.

References

LocationText
ButtonWithLabel.hpp:126
void setLabelRotation(TextRotation rotation)

Data Use

Data read by touchgfx::ButtonWithLabel::setLabelRotation()
Data written by touchgfx::ButtonWithLabel::setLabelRotation()
touchgfx::ButtonWithLabel::setLabelRotation()