ICreate.Controls.Bars Send comments on this topic.
WatermarkOpacity Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : WatermarkOpacity Property






Gets or sets the opacity of the Watermark.

Syntax

Visual Basic (Declaration) 
Public Property WatermarkOpacity As Integer
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Integer
 
instance.WatermarkOpacity = value
 
value = instance.WatermarkOpacity
C# 
public int WatermarkOpacity {get; set;}
Delphi 
public read-write property WatermarkOpacity: Integer; 
JScript 
public function get,set WatermarkOpacity : int
Managed Extensions for C++ 
public: __property int get_WatermarkOpacity();
public: __property void set_WatermarkOpacity( 
   int value
);
C++/CLI 
public:
property int WatermarkOpacity {
   int get();
   void set (int value);
}

Return Value

A System.Int32 value, this property specifies the opacity of the Watermark. If it a value between 0 and 255 where 0 is completely transparent and 255 completely opaque. The default value is 20.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also