ModernProgressBarDotStyle Property |
Gets or sets the dot style of the progress bar
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public DotStyles DotStyle { get; set; }
Public Property DotStyle As DotStyles
Get
Set
public:
property DotStyles DotStyle {
DotStyles get ();
void set (DotStyles value);
}
Property Value
Type:
DotStyles
The dot style.
See Also