UploadFileBaseItemLabelStyle Property |
Gets the item label style.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public Style ItemLabelStyle { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ItemLabelStyle As Style
Get
Property Value
Type:
StyleThe item label style.
See Also