AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ass::Border Struct Reference

Represents border. More...

Detailed Description

Represents border.

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
 

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


The documentation for this struct was generated from the following file:
Collaboration diagram for ass::Border: