-
Notifications
You must be signed in to change notification settings - Fork 79
docs: add diagram connection text and tooltip info #12712 #3414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| The text positioning is controlled by two parameters: | ||
|
|
||
| * `Offset`—the distance in pixels between the label and the Connection path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Offset`—the distance in pixels between the label and the Connection path | |
| * `Offset`—The distance in pixels between the label and the Connection path |
|
|
||
| The available tooltip parameters are: | ||
|
|
||
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover | |
| * `Visible` (bool, default: `false`)—Controls whether the tooltip is displayed on hover |
| The available tooltip parameters are: | ||
|
|
||
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover | ||
| * `Class` (string)—applies a custom CSS class to the tooltip for styling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Class` (string)—applies a custom CSS class to the tooltip for styling | |
| * `Class` (string)—Applies a custom CSS class to the tooltip for styling |
|
|
||
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover | ||
| * `Class` (string)—applies a custom CSS class to the tooltip for styling | ||
| * `Template` (RenderFragment)—defines the custom content to display in the tooltip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Template` (RenderFragment)—defines the custom content to display in the tooltip | |
| * `Template` (RenderFragment)—Defines the custom content to display in the tooltip |
|
|
||
| The available tooltip parameters are: | ||
|
|
||
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover | |
| * `Visible` (bool, default: `false`)—Controls whether the tooltip is displayed on hover |
| The available tooltip parameters are: | ||
|
|
||
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover | ||
| * `Class` (string)—applies a custom CSS class to the tooltip for styling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Class` (string)—applies a custom CSS class to the tooltip for styling | |
| * `Class` (string)—Applies a custom CSS class to the tooltip for styling |
|
|
||
| * `Visible` (bool, default: `false`)—controls whether the tooltip is displayed on hover | ||
| * `Class` (string)—applies a custom CSS class to the tooltip for styling | ||
| * `Template` (RenderFragment)—defines the custom content to display in the tooltip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `Template` (RenderFragment)—defines the custom content to display in the tooltip | |
| * `Template` (RenderFragment)—Defines the custom content to display in the tooltip |
Related to https://github.com/telerik/blazor/issues/12712