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

Function get

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_MenuControl.h:587–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 property Convert<bool>::Type VerticalAlignment
586 {
587 Convert<bool>::Type get( )
588 {
589 MMYGUI_CHECK_NATIVE(mNative);
590 return Convert<bool>::To( static_cast<ThisType*>(mNative)->getVerticalAlignment() );
591 }
592 void set(Convert<bool>::Type _value)
593 {
594 MMYGUI_CHECK_NATIVE(mNative);

Callers 1

Calls 1

getVerticalAlignmentMethod · 0.45

Tested by

no test coverage detected