[]
Gets or sets PopupItemStyle contains display attributes that determine the appearance of popup item on the screen.
public class PopupItemStyle : BasePopupItemStyle
Name | Description |
---|---|
Border | Gets or sets the thickness of the border around the element. |
Corners | Gets or sets the radii of the element corners. |
Font | Gets or sets text font of element. |
Hot | Gets or sets the style to be used when item is hot. |
Margins | Gets or sets the thickness of the margins around the element. |
Padding | Gets or sets the thickness of the padding between the element edges and its content. |
Selected | Gets or sets the style to be used when item is selected. |
Name | Description |
---|---|
ResetCorners() | Restores the default value of the Corners property. |
ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |