Function EditorProperty.label

Sets this property to change the label (if you want to show one).

String label() nothrow @property @nogc;

void label (
  String v
) nothrow @property @nogc;