Indicates whether the GradientBackgroundPressed property should be persisted.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

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

Return Value

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

See Also