AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ass::Border Struct Reference

Represents border. More...

#include <AUI/ASS/Property/Border.h>

Public Types#

enum  BorderType { SOLID }
 

Public Member Functions#

 Border (const AMetric &width, BorderType type, const AColor &color)
 
 Border (const AMetric &width, const AColor &color)
 
 Border (std::nullptr_t)
 

Signals and public fields#

AMetric width
 
BorderType type
 
AColor color
 

Detailed Description#

See AUI Box Model.

Examples
examples/ui/views/src/ExampleWindow.cpp.