Dial.dialType

DialType dialType() const nothrow @nogc

Gets the dial type.

Returns

The current dial type (NORMAL, LINE, or FILL)
void dialType(DialType type) nothrow @nogc

Sets the dial type.

Parameters

typeThe dial type (NORMAL, LINE, or FILL)