public InternalBoxResizeHandle(BoxDraggableState state, ResizeHandle handle) : base(state, handle) { }
public BoxResizeHandle(BoxDraggableState state, ResizeHandle handle) { State = state; Handle = handle; HighlightedViewport = null; }