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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int Opacity { get; set; }
Public Property Opacity As Integer
Get
Set
public:
property int Opacity {
int get ();
void set (int value);
}
member Opacity : int with get, set
Property Value
Type:
Int32The default value is
100.
See Also