MindFusion.UI for WebForms Programmer's Guide

Rating.ItemWidth Property

See Also
 





Gets or sets the width of items within the control.

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

 Syntax

C#  Copy Code

public Unit ItemWidth { get; set; }

Visual Basic  Copy Code

Public Property ItemWidth As Unit

 Property Value

Type: Unit
An instance of the System.Web.UI.Unit structure specifying the width of items. Default value is 16px.

 See Also