public PrecisePopupCandidate(PrecisePopupModel popup, PrecisePopupPlacementModel placement, bool max = false) { Popup = popup; Placement = placement; IsMaxSize = max; if (!IsMaxSize) { Extreme = new PrecisePopupCandidate(popup, placement, true); } }
public PrecisePopupPlacement() { Model = new PrecisePopupPlacementModel(this); FacadeModel.UpdateAll(Model, this); }