Gets or sets the X-offset of the viewport (in pixels).

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public int X { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
Public Property X As Integer
	Get
	Set

Remarks

Negative offset is count from the right edge of the owner element.

See Also