Class ToolbarIcon
A clickable toolbar icon widget.
Implements
Inherited Members
Namespace: SociallyDistant.Core.UI.Common
Assembly: SociallyDistant.Framework.dll
Syntax
public class ToolbarIcon : Pressable, IFontFamilyProvider, IInspectable, IMouseDownHandler, IMouseUpHandler, IMouseClickHandler, IMouseHandler
Constructors
ToolbarIcon()
Creates a new instance of the ToolbarIcon widget.
Declaration
public ToolbarIcon()
Properties
Icon
Gets or sets a CompositeIcon value representing the icon to display on the toolbar button.
Declaration
public CompositeIcon Icon { get; set; }
Property Value
Type | Description |
---|---|
CompositeIcon |
See Also
IconSize
Gets or sets the size of the icon in GUI units.
Declaration
public int IconSize { get; set; }
Property Value
Type | Description |
---|---|
int |