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

Represents gradient background. More...

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

Public Member Functions#

 BackgroundGradient (std::nullptr_t) noexcept
 
 BackgroundGradient (ALinearGradientBrush brush) noexcept
 
 BackgroundGradient (AColor begin, AColor end, AAngleRadians angle) noexcept
 
 BackgroundGradient (AColor begin, AColor end, ALayoutDirection direction) noexcept
 

Signals and public fields#

AOptional< ALinearGradientBrushgradient
 

Detailed Description#

Examples
examples/ui/contacts/src/view/ContactDetailsView.cpp.