AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ABorderStyle::Dashed Struct Reference

Displays a series of short square-ended dashes or line segments. More...

#include <AUI/Render/ABorderStyle.h>

Detailed Description

Member Data Documentation

◆ dashWidth

AOptional<float> ABorderStyle::Dashed::dashWidth

The value of this property is expressed in border width units. That is, 1.0 equals square.

If both dashWidth and spaceBetweenDashes are specified, renderer would roughly cut the line dash sequence. Otherwise, it would try to adjust unset values in order to achieve smooth results.

◆ spaceBetweenDashes

AOptional<float> ABorderStyle::Dashed::spaceBetweenDashes = 1.0f

The value of this property is expressed in border width units. That is, 1.0 equals square.

If both dashWidth and spaceBetweenDashes are specified, renderer would roughly cut the line dash sequence. Otherwise, it would try to adjust unset values in order to achieve smooth results.