Gets or sets a value indicating the position of the background image.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute(C1GaugeImageLayout.Center)]
[NotifyParentPropertyAttribute(true)]
public C1GaugeImageLayout BackImageLayout { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute(C1GaugeImageLayout.Center)> _
<NotifyParentPropertyAttribute(True)> _
Public Property BackImageLayout As C1GaugeImageLayout
	Get
	Set

See Also