MCPcopy Create free account
hub / github.com/MyGUI/mygui / get

Function get

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_TextBox.h:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 property Convert<MyGUI::Align>::Type TextAlign
97 {
98 Convert<MyGUI::Align>::Type get( )
99 {
100 MMYGUI_CHECK_NATIVE(mNative);
101 return Convert<MyGUI::Align>::To( static_cast<ThisType*>(mNative)->getTextAlign() );
102 }
103 void set(Convert<MyGUI::Align>::Type _value)
104 {
105 MMYGUI_CHECK_NATIVE(mNative);

Callers 1

Calls 3

getTextAlignMethod · 0.45
getFontNameMethod · 0.45
getTextSizeMethod · 0.45

Tested by

no test coverage detected