/// <summary> /// Initializes a new instance of the <see cref="Label"/> class. /// </summary> /// <param name="style">The <see cref="Style"/> instance to style this object with.</param> public Label(LabelStyle style) { Style = style.Clone(); }