ModernTileCornerRadius Property |
Gets or sets the corner radius of the current modern tile
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public double CornerRadius { get; set; }
Public Property CornerRadius As Double
Get
Set
public:
property double CornerRadius {
double get ();
void set (double value);
}
Property Value
Type:
Double
The corner radius in
Double.
See Also