Constructs a new PText with an empty string.
Constructs a new PText with an empty string.
public PText();
Read this this PText and all its children from the given SerializationInfo.
protected PText(SerializationInfo,StreamingContext);
Constructs a new PText with the given string.
public PText(string);
PText Class | UMD.HCIL.Piccolo.Nodes Namespace