menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentPositionInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentPositionInfo

    Represents a information regarding appointment's position in Schedule.

    Inheritance
    System.Object
    AppointmentPositionInfo
    Namespace: Syncfusion.UI.Xaml.Schedule
    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
    Type
    System.Int32

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    IntersectCount

    Declaration
    public double IntersectCount { get; set; }
    Property Value
    Type
    System.Double

    IntersectIndex

    Declaration
    public double IntersectIndex { get; set; }
    Property Value
    Type
    System.Double

    IsIntersecting

    Declaration
    public bool IsIntersecting { get; }
    Property Value
    Type
    System.Boolean

    IsSpanned

    Declaration
    public bool IsSpanned { get; set; }
    Property Value
    Type
    System.Boolean

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type
    System.Double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved