Click or drag to resize
KaxWindowBaseOpacity Property
Gets or sets a value indicating what should be the opacity of the KaxWindow. The value must be between 0 (transparent) and 100 (opaque).

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int Opacity { get; set; }

Property Value

Type: Int32
The default value is 100.
See Also