ModernLinkIconSize Property |
Gets or sets the size of the icon appeared in the ModernLink.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public double IconSize { get; set; }
Public Property IconSize As Double
Get
Set
public:
property double IconSize {
double get ();
void set (double value);
}
Property Value
Type:
Double
The size of the icon, default value is 24;
See Also