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 Toolbar
Declaration
public ToolbarIcon()
Properties
Icon
Gets or sets a Composite
Declaration
public CompositeIcon Icon { get; set; }
Property Value
Type | Description |
---|---|
Composite |
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 |