Function StyleBoxFlat.shadowOffset

The shadow offset in pixels. Adjusts the position of the shadow relatively to the stylebox.

Vector2 shadowOffset() nothrow @property @nogc;

void shadowOffset (
  Vector2 v
) nothrow @property @nogc;