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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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