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