[]
The TagStyle class contains display attributes that determine the appearance of tag element on the screen.
public class TagStyle : BaseTagStyle
Name | Description |
---|---|
Corners | Gets or sets the radii of the element corners. |
Disabled | Gets or sets the style to be used when the element is disabled. |
Hot | Gets or sets the style to be used when the element 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. |
Pressed | Gets or sets the style to be used when the element is pressed. |
Name | Description |
---|---|
ApplyToStyle(Style) | Applies style to destination style. |