| RibbonBarButtonSize Property |
Stores and retrieves the size of the button image.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("Large")]
public IconSize Size { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("Large")>
Public Property Size As IconSize
Get
Set
Property Value
Type:
IconSizeIcons.Icon.Size
Return Value
Type:
IconSizeThe size of the button image.
Remarks See Also