Interface IExposeGuiInfo<TIcon>
Extension of the IExposeInfo interface that allows for setting an icon.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.UI.dll
Syntax
public interface IExposeGuiInfo<out TIcon> : IExposeInfo, INameable, IDescriptible
Type Parameters
Name | Description |
---|---|
TIcon | Type of the icon to be exposed. |
Properties
| Edit this page View SourceIcon
Gets the established icon of the element.
Declaration
TIcon Icon { get; }
Property Value
Type | Description |
---|---|
TIcon |