Function VideoPlayer.expand

If true, the video scales to the control size. Otherwise, the control minimum size will be automatically adjusted to match the video stream's dimensions.

bool expand() nothrow @property @nogc;

void expand (
  bool v
) nothrow @property @nogc;