BubbleStyle
Namespace: Wisej.Web.Ext.Bubbles
Assembly: Wisej.Web.Ext.Bubbles
Bubble styles. Corresponds to states in the theme.
- C#
- VB.NET
public enum BubbleStyle : Enum
Public Enum BubbleStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Alert | Uses the "alert" state in the theme. |
| Critical | Uses the "critical" state in the theme. |
| Custom | Uses the "custom" state in the theme. |
| Warning | Uses the "warning" state in the theme. |
Used By
| Name | Description |
|---|---|
| BubbleNotification.GetBubbleStyle | Returns the notification value associated with the specified control. |