Class CompositeIconWidget
A widget for rendering Socially Distant icons.
Inherited Members
Namespace: SociallyDistant.Core.UI.Common
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class CompositeIconWidget : Widget, IFontFamilyProvider, IInspectable
Constructors
CompositeIconWidget()
Creates a new instance of the CompositeIconWidget widget.
Declaration
public CompositeIconWidget()
Properties
Icon
Gets or sets the SociallyDistant.Core.UI.Common.CompositeIconWidget.compositeIcon value representing the icon.
Declaration
public CompositeIcon Icon { get; set; }
Property Value
Type | Description |
---|---|
CompositeIcon |
IconSize
Gets or sets the size of the icon, in GUI units.
Declaration
public int IconSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
See Also
compositeIcon