Gets or sets the gradient background template for pressed button.

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

Syntax

C#
public InkColor GradientBackgroundPressed { get; set; }
Visual Basic (Declaration)
Public Property GradientBackgroundPressed As InkColor
Visual C++
public:
property InkColor^ GradientBackgroundPressed {
	InkColor^ get ();
	void set (InkColor^ value);
}

See Also