Property IsTransparent
IsTransparent
Gets or sets a value indicating whether the control is transparent. Default is true. When true, the control's background is not drawn, allowing the parent control's background to show through. When false, the control's background is drawn normally. In both states, the control's border is drawn if applicable.
public virtual bool IsTransparent { get; set; }
Property Value
Remarks
Setting this property to a new value will trigger a redraw of the object.