UploaderProgressPanelStyle Property |
Gets the progress panel style.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public PanelStyle ProgressPanelStyle { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ProgressPanelStyle As PanelStyle
Get
Property Value
Type:
PanelStyleThe progress panel style.
See Also