[]
The TooltipStyle contains display attributes that determine the general appearance of the C1RadialMenu tooltip.
public class TooltipStyle : BaseStyle
| Name | Description |
|---|---|
| TooltipStyle() | Initializes a new instance of the TooltipStyle. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| BorderColor | Gets or sets the Color used to draw the border around the element. |
| BorderWidth | Gets or sets the width of the border around the element. |
| Font | Gets or sets the text font of the element. |
| ForeColor | Gets or sets the Color used to write the text. |
| PaddingHorizontal | Gets or sets the thickness of the horizontal padding between the element edges and its content. |
| PaddingVertical | Gets or sets the thickness of the vertical padding between the element edges and its content. |
| Name | Description |
|---|---|
| ResetBackColor() | Restores the default value of the BackColor property. |
| ResetBorderWidth() | Restores the default value of the BorderWidth property. |
| ResetFont() | Restores the default value of the Font property. |
| ResetForeColor() | Restores the default value of the ForeColor property. |
| ResetPaddingHorizontal() | Restores the default value of the PaddingHorizontal property. |
| ResetPaddingVertical() | Restores the default value of the PaddingVertical property. |
| ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
| ShouldSerializeBorderWidth() | Specifies whether to save the value of the BorderWidth property. |
| ShouldSerializeFont() | Specifies whether to save the value of the Font property. |
| ShouldSerializeForeColor() | Specifies whether to save the value of the ForeColor property. |
| ShouldSerializePaddingHorizontal() | Specifies whether to save the value of the PaddingHorizontal property. |
| ShouldSerializePaddingVertical() | Specifies whether to save the value of the PaddingVertical property. |