This property is not not used.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
[ObsoleteAttribute]
public override ImageLayout BackgroundImageLayout { get; set; }
Visual Basic
<ObsoleteAttribute>
Public Overrides Property BackgroundImageLayout As ImageLayout
	Get
	Set
Visual C++
public:
[ObsoleteAttribute]
virtual property ImageLayout BackgroundImageLayout {
	ImageLayout get () override;
	void set (ImageLayout value) override;
}
F#
[<ObsoleteAttribute>]
abstract BackgroundImageLayout : ImageLayout with get, set
[<ObsoleteAttribute>]
override BackgroundImageLayout : ImageLayout with get, set

Property Value

Type: ImageLayout

See Also