MovingIndicatorOverlay Class

Represents the moving indicator overlay that can be resized and moved on the screen.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard.Internal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class MovingIndicatorOverlay : ComponentBase
Inheritance
Object    ComponentBase    MovingIndicatorOverlay

Constructors

MovingIndicatorOverlayInitializes a new instance of the MovingIndicatorOverlay class

Properties

Class The CSS class for the overlay.
Grid The DashboardGrid associated with the moving indicator overlay.

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
Release Releases the current header and resize handle.
Set(Header) Sets the header for the moving indicator.
Set(ResizeHandle) Sets the resize handle for the moving indicator.
SetPosition Sets the position of the overlay.
SetSize Sets the size of the overlay.
ShouldRender Determines if the component should re-render based on the render state.
(Overrides ComponentBaseShouldRender)

See Also