Gets or sets the image to display as the watermark on the
SuperPanel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Watermark As ImageSource |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SuperPanel
Dim value As ImageSource
instance.Watermark = value
value = instance.Watermark
|
| Delphi | |
|---|
public read-write property Watermark: ImageSource; |
| JScript | |
|---|
public function get,set Watermark : ImageSource |
| Managed Extensions for C++ | |
|---|
public: __property ImageSource* get_Watermark();
public: __property void set_Watermark(
ImageSource* value
); |
Return Value
A reference to an
ImageSource,
Watermark specifies the image to display as a watermark on the
SuperPanel. The default value is
null (
Nothing in Visual Basic).
Remarks
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