Indicates whether the BackgroundImageAlignment property should be persisted.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
protected virtual bool ShouldSerializeBackgroundImageAlignment()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeBackgroundImageAlignment As Boolean
Visual C++
protected:
virtual bool ShouldSerializeBackgroundImageAlignment()

Return Value

true if the property value has changed from its default; otherwise, false.

See Also