The following code example demonstrate the use of label control.
#include <xtd/xtd>
namespace examples {
class main_form :
public form {
public:
main_form() {
text("Hello world (label)");
controls().push_back(
label);
}
private:
};
}
int main() {
application::run(examples::main_form());
}
Defines a particular format for text, including font face, size, and style attributes....
Definition font.h:39
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition bitmap.h:11
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17