Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemGroup.ItemSpacing Property

Gets or sets the space (in pixel) between each items in this group.

[Visual Basic]
Public Property ItemSpacing As Int32
[C#]
public Int32 ItemSpacing {get; set;}

Property Value

System.Int32

The space (in pixel) between items in the group.

This property is read/write.

Remarks

Use ItemSpacing to specify the space between items in this group.

The default value is IntNotSet, in which case the group object will try to get the value from the parent item's look item. If ItemSpacing for the parent item's look item is also IntNotSet, then the default value 0 is used.

See Also

NavigationItemGroup Class | EO.Web Namespace


Direct link to this topic