Table of Contents

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

icon string

Icon

isFullPath bool

IsFullPath

Remarks

Create IconAttribute.

Properties

Icon

Icon url.

public string Icon { get; }

Property Value

string

IsFullPath

Icon is full path.

public bool IsFullPath { get; }

Property Value

bool