Table of Contents

Property IsTransparent

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

bool

Remarks

Setting this property to a new value will trigger a redraw of the object.