Function StyleBoxLine.vertical
If true
, the line will be vertical. If false
, the line will be horizontal.
bool vertical() nothrow @property @nogc;
void vertical
(
bool v
) nothrow @property @nogc;
If true
, the line will be vertical. If false
, the line will be horizontal.
bool vertical() nothrow @property @nogc;
void vertical
(
bool v
) nothrow @property @nogc;