Click or drag to resize

RibbonBarCheckboxSize Property

Stores and retrieves the size of the checkbox 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; }

Property Value

Type: IconSize
Icons.Icon.Size

Return Value

Type: IconSize
The size of the checkbox button.
Remarks