Determines the space in pixels between the items of the bubble bar

Namespace:  VIBlend.SuperControls
Assembly:  VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

C#
public int ItemPadding { get; set; }
Visual Basic (Declaration)
Public Property ItemPadding As Integer
Visual C++
public:
property int ItemPadding {
	int get ();
	void set (int value);
}

See Also