You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/popover/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The Blazor Popover provides parameters to configure the component. Also check th
69
69
|`AnimationDuration`|`int`| The duration of the animation in milliseconds. [Read more about Popover animations...]({%slug popover-animation%}) |
70
70
|`AnimationType`|`AnimationType` enum <br /> (`SlideDown`) | The type of animation when the component displays and hides. [Read more about Popover animations...]({%slug popover-animation%}) |
71
71
|`Collision`|`PopoverCollision` enum <br /> (`Fit`) | The behavior of the Popover when it doesn't fit in the viewport. [Read more about Popover collision...]({%slug popover-position-collision%}) |
72
-
|`Offset`|`double `| The space between the Popover and its anchor in pixels. |
72
+
|`Offset`|`double `| The space between the Popover and its anchor in pixels. The component ignores its callout when applying this setting. |
73
73
|`Position`|`PopoverPosition ` enum <br /> (`Top`) | The position relative to the target element at which the Popover will be shown. [Read more about Popover position...]({%slug popover-position-collision%}) |
74
74
|`ShowCallout`|`bool` <br /> (`true`) | Defines if the callout is rendered. |
75
75
|`ShowOn`|`PopOverShowOn?` enum <br /> (`null`) | The browser event that will display the Popover (`MouseEnter` or `Click`) without the need to [use component methods](#popover-reference-and-methods). When you set the `ShowOn` parameter to `Click`, the Popover will hide when the user clicks outside the component. If the parameter value is `MouseEnter`, the Popover will hide when the mouse pointer leaves. |
0 commit comments