MindFusion.UI for WebForms Programmer's Guide

Rating.ItemPadding Property

See Also
 





Gets or sets the padding of items within the control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public int ItemPadding { get; set; }

Visual Basic  Copy Code

Public Property ItemPadding As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure. Default value is 2.

 See Also