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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets the background image layout as defined in the ImageLayout enumeration.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable Property BackgroundImageLayout As ImageLayout
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
C# 
[DevExpressUtilsLocalizedDescription("Gets or sets the background image layout as defined in the ImageLayout enumeration.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public virtual ImageLayout BackgroundImageLayout {get; set;}
Managed Extensions for C++ 
[DevExpressUtilsLocalizedDescription("Gets or sets the background image layout as defined in the ImageLayout enumeration.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property virtual ImageLayout get_BackgroundImageLayout();
public: __property virtual void set_BackgroundImageLayout( 
   ImageLayout value
);
C++/CLI 
[DevExpressUtilsLocalizedDescription("Gets or sets the background image layout as defined in the ImageLayout enumeration.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
virtual property ImageLayout BackgroundImageLayout {
   ImageLayout get();
   void set (    ImageLayout 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.