LayoutDim
internal
Helper class for layout size pairs used by the Calendar's day event layout system. A LayoutDim encapsulates a two-part size value consisting of a ratio (proportional part) and a delta (fixed pixel or CSS offset), which together can express complex CSS calc() expressions such as calc(50% + 10px). This is used to position and size event blocks within DayView columns where both proportional and absolute offsets are needed.
No results