KaxRatingItemHeight Property |
Get/Set the height of each item in the KaxRating control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit ItemHeight { get; set; }
Public Property ItemHeight As Unit
Get
Set
public:
property Unit ItemHeight {
Unit get ();
void set (Unit value);
}
member ItemHeight : Unit with get, set
Property Value
Type:
Unit
Default:
Unit.Empty
See Also