Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / AppointmentHeight Property

In This Topic
    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