| 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); |
no test coverage detected