Windward Engine API Reference
BackgroundImage Property
See Also  Send comments on this topic.
UpdatePods.net.windward.ui Namespace > MainForm Class : BackgroundImage Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DevExpressUtilsLocalizedDescriptionAttribute("Specifies the background image for the form.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable Property BackgroundImage As Image
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
C# 
[DevExpressUtilsLocalizedDescription("Specifies the background image for the form.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public virtual Image BackgroundImage {get; set;}
Managed Extensions for C++ 
[DevExpressUtilsLocalizedDescription("Specifies the background image for the form.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property virtual Image* get_BackgroundImage();
public: __property virtual void set_BackgroundImage( 
   Image* value
);
C++/CLI 
[DevExpressUtilsLocalizedDescription("Specifies the background image for the form.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
virtual property Image^ BackgroundImage {
   Image^ get();
   void set (    Image^ value);
}

Requirements

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

See Also

© 2020 All Rights Reserved.