In This Topic
If set to true, do not draw a button border, use only the image.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("C1ThumbButton.NoBackground", "If set to true, do not draw a button border, use only the image.")>
<C1CategoryAttribute("Appearance")>
Public Property NoBackground As Boolean
[DefaultValue(false)]
[C1Description("C1ThumbButton.NoBackground", "If set to true, do not draw a button border, use only the image.")]
[C1Category("Appearance")]
public bool NoBackground {get; set;}
See Also