Label Constructor

public Label();
public Label(string text);

Parameters

textThe text to be displayed.

Description 描述

Constructs a label.