Class AppointmentPositionInfo
Represents a information regarding appointment's position in Schedule.
Inheritance
System.Object
AppointmentPositionInfo
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentPositionInfo : Object
Constructors
AppointmentPositionInfo()
Declaration
public AppointmentPositionInfo()
Properties
Column
Declaration
public int Column { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
IntersectCount
Declaration
public double IntersectCount { get; set; }
Property Value
IntersectIndex
Declaration
public double IntersectIndex { get; set; }
Property Value
IsIntersecting
Declaration
public bool IsIntersecting { get; }
Property Value
IsSpanned
Declaration
public bool IsSpanned { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value
Extension Methods