Class IconAttribute
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Icon attribute.
public class IconAttribute : Attribute
- Inheritance
-
IconAttribute
- Derived
- Inherited Members
- Extension Methods
Remarks
Create IconAttribute.
Constructors
IconAttribute(string, bool)
Icon attribute.
public IconAttribute(string icon, bool isFullPath = false)
Parameters
Remarks
Create IconAttribute.
Properties
Icon
Icon url.
public string Icon { get; }
Property Value
IsFullPath
Icon is full path.
public bool IsFullPath { get; }