Gets or sets the movement span of incremental resizing.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also