Popup¶
Inheritance Hierarchy¶
Object
ComponentBase
Popup
Members Summary¶
Public Constructors Summary¶
Name |
---|
Popup() |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
AutoPan | Boolean | Gets or sets a value indicating whether the map is panned when calling method. |
ChildContent | RenderFragment | Gets or sets the template for displaying content. |
Id | String | Gets or sets the ID of the popup. |
OffsetX | Double | Gets or sets the offsetX. |
OffsetY | Double | Gets or sets the offsetY. |
OnClose | EventCallback | N/A |
Position | PointShape | Gets or sets the location of the Popup on the map. |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
Equals(Object) |
GetHashCode() |
GetType() |
SetParametersAsync(ParameterView) |
ToString() |
Protected Methods Summary¶
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
Popup() |
Protected Constructors¶
Public Properties¶
AutoPan
¶
Summary
Gets or sets a value indicating whether the map is panned when calling method.
Remarks
N/A
Return Value
Boolean
ChildContent
¶
Summary
Gets or sets the template for displaying content.
Remarks
N/A
Return Value
RenderFragment
Id
¶
Summary
Gets or sets the ID of the popup.
Remarks
N/A
Return Value
String
OffsetX
¶
Summary
Gets or sets the offsetX.
Remarks
N/A
Return Value
Double
OffsetY
¶
Summary
Gets or sets the offsetY.
Remarks
N/A
Return Value
Double
OnClose
¶
Summary
N/A
Remarks
N/A
Return Value
EventCallback
Position
¶
Summary
Gets or sets the location of the Popup on the map.
Remarks
N/A
Return Value
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
SetParametersAsync(ParameterView)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task | N/A |
Parameters
Name | Type | Description |
---|---|---|
parameters | ParameterView | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
BuildRenderTree(RenderTreeBuilder)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
__builder | RenderTreeBuilder | N/A |
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
InvokeAsync(Action)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task | N/A |
Parameters
Name | Type | Description |
---|---|---|
workItem | Action | N/A |
InvokeAsync(Func<Task>)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task | N/A |
Parameters
Name | Type | Description |
---|---|---|
workItem | Func<Task > | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnAfterRender(Boolean)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
firstRender | Boolean | N/A |
OnAfterRenderAsync(Boolean)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task | N/A |
Parameters
Name | Type | Description |
---|---|---|
firstRender | Boolean | N/A |
OnInitialized()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnInitializedAsync()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnParametersSet()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnParametersSetAsync()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
ShouldRender()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
StateHasChanged()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |