AppointmentHeight Property (C1Schedule)
In This Topic
Gets or sets the System.Int32 value determining the height of appointment elements in Month, TimeLine and Office 2003 Week View modes. Default value is -1. If this property is set to default value, appointment height will be determined automatically according to the current view font size.
Syntax
'Declaration
Public Property AppointmentHeight As System.Integer
public System.int AppointmentHeight {get; set;}
See Also