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.8+821604ea552bde242964120acb39b21c90d2b4af
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