====== ThinkGeo.UI.Blazor.Popup ====== ===== Inheritance Hierarchy ===== *System.Object *Microsoft.AspNetCore.Components.ComponentBase ***ThinkGeo.UI.Blazor.Popup** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} Popup() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} SetParametersAsync(ParameterView) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task * Description:N/A == Parameters == * //parameters// * Type:ParameterView * Description:N/A
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} BuildRenderTree(RenderTreeBuilder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //__builder// * Type:RenderTreeBuilder * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnAfterRenderAsync(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task * Description:N/A == Parameters == * //firstRender// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ShouldRender() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnInitialized() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnInitializedAsync() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnParametersSet() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnParametersSetAsync() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} StateHasChanged() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnAfterRender(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //firstRender// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeAsync(Action) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task * Description:N/A == Parameters == * //workItem// * Type:Action * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeAsync(Func) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task * Description:N/A == Parameters == * //workItem// * Type:Func * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} AutoPan ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} ChildContent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:RenderFragment ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Position ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.PointShape|PointShape]] ** {{wiki:PublicProperty.gif|}} OffsetX ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} OffsetY ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} OnClose ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:EventCallback ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} CssStyle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:ProtectedProperty.gif|}} MapView ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.UI.Blazor.MapView|MapView]] ==== Public Events ====