Class TimelineAppointmentLayoutArgs
Inheritance
System.Object
System.EventArgs
TimelineAppointmentLayoutArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class TimelineAppointmentLayoutArgs : EventArgs
Constructors
TimelineAppointmentLayoutArgs(RectangleF, IEvent)
Declaration
public TimelineAppointmentLayoutArgs(RectangleF proposedBounds, IEvent appointment)
Parameters
System.Drawing.RectangleF
proposedBounds
|
IEvent
appointment
|
Properties
Appointment
ProposedBounds
Gets or sets the proposed bounds.
Declaration
public RectangleF ProposedBounds { get; set; }
Property Value
System.Drawing.RectangleF
|