ResizeHandle Class

Represents the resize handle for the element that can be resized using mouse events.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard.Internal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public class ResizeHandle : ComponentBase
Inheritance
Object    ComponentBase    ResizeHandle

Constructors

ResizeHandleInitializes a new instance of the ResizeHandle class

Properties

Element The Element associated with the resize handle.

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
MouseMoveAsync Handles the mouse move event to resize the element.
MouseUp Handles the mouse up event to finalize the resizing of the element.
ShouldRender Determines whether the component should re-render.
(Overrides ComponentBaseShouldRender)

See Also