Gets or sets the top and bottom margins (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 MarginY { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
Public Property MarginY As Integer
	Get
	Set

Remarks

Negative value expands the height of viewport.

See Also