[]
The Label class represents the label which can be associated with the Appointment object.
public class Label : BaseObject, INotifyPropertyChanged, ISerializable
Name | Description |
---|---|
Label() | Creates the new Label object with default parameters. |
Label(Color, string, string) | Creates custom Label object with specified color, text and menu caption. |
Label(Guid) | Initializes a new instance of the Label class with the specified key. |
Label(int) | Initializes a new instance of the Label class with the specified key. |
Label(SerializationInfo, StreamingContext) | Special constructor for deserialization. |
Label(string) | Creates custom Label object with specified text. |
Label(string, string) | Creates custom Label object with specified text and menu caption. |