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

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

Detailed Description

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

Signals and public fields

AOptional< float > dashWidth
 If set, renderer would be forced to keep specified space between dashes. More...
 
AOptional< float > spaceBetweenDashes = 1.0f
 If set, renderer would be forced to keep specified space between dashes. More...
 

Member Data Documentation

◆ dashWidth

AOptional<float> ABorderStyle::Dashed::dashWidth

If set, renderer would be forced to keep specified space between dashes.

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

If set, renderer would be forced to keep specified space between dashes.

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.

#include <AUI/Render/ABorderStyle.h>


The documentation for this struct was generated from the following file: