C# Class DayCalendar.CalendarDaytimelineView

Inheritance: UIView
Mostrar archivo Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
EVENT_HORIZONTAL_DIFF float
EVENT_VERTICAL_DIFF float
Events List
FONT_SIZE float
HORIZONTAL_LINE_DIFF float
HORIZONTAL_OFFSET float
PERIOD_WIDTH float
TIMELINE_HEIGHT float
TIME_WIDTH float
VERTICAL_OFFSET float
currentDate DateTime

Public Methods

Method Description
CalendarDaytimelineView ( )
CalendarDaytimelineView ( RectangleF rect )
MovedToWindow ( ) : void
setupCustomInitialisation ( ) : void

Private Methods

Method Description
getScrollView ( ) : UIScrollView
getTimeLineView ( ) : TimeLineView
reloadDay ( ) : void

Method Details

CalendarDaytimelineView() public method

CalendarDaytimelineView() public method

public CalendarDaytimelineView ( RectangleF rect )
rect RectangleF

MovedToWindow() public method

public MovedToWindow ( ) : void
return void

setupCustomInitialisation() public method

public setupCustomInitialisation ( ) : void
return void

Property Details

EVENT_HORIZONTAL_DIFF public_oe static_oe property

public static float EVENT_HORIZONTAL_DIFF
return float

EVENT_VERTICAL_DIFF public_oe static_oe property

public static float EVENT_VERTICAL_DIFF
return float

Events public_oe property

public List Events
return List

FONT_SIZE public_oe static_oe property

public static float FONT_SIZE
return float

HORIZONTAL_LINE_DIFF public_oe static_oe property

public static float HORIZONTAL_LINE_DIFF
return float

HORIZONTAL_OFFSET public_oe static_oe property

public static float HORIZONTAL_OFFSET
return float

PERIOD_WIDTH public_oe static_oe property

public static float PERIOD_WIDTH
return float

TIMELINE_HEIGHT public_oe static_oe property

public static float TIMELINE_HEIGHT
return float

TIME_WIDTH public_oe static_oe property

public static float TIME_WIDTH
return float

VERTICAL_OFFSET public_oe static_oe property

public static float VERTICAL_OFFSET
return float

currentDate public_oe property

public DateTime currentDate
return DateTime