| RibbonBarRadioButtonSize Property |
Stores and retrieves the size of the radio button (takes effect only when Style set to "RibbonbarItem.Style.Default").
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 radio button.
Remarks See Also