ModernProgressBarRadius Property |
Gets or sets the radius of the Circle or Rectangle of the dots.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public int Radius { get; set; }
Public Property Radius As Integer
Get
Set
public:
property int Radius {
int get ();
void set (int value);
}
Property Value
Type:
Int32
The radius in integer, default value is 4 point
See Also