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






Gets or sets the Rectangle containing the Watermark.

Syntax

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

Return Value

A Rectangle, this property specifies the position and size of the Watermark. The default value is Rectangle.Empty.

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