Class VectorIconAttribute
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Represents an attribute that specifies a vector icon.
public class VectorIconAttribute : Attribute
- Inheritance
-
VectorIconAttribute
- Inherited Members
- Extension Methods
Constructors
VectorIconAttribute(string)
Represents an attribute that specifies a vector icon.
public VectorIconAttribute(string icon)
Parameters
icon
string
Properties
Icon
Gets the vector icon identifier.
public string Icon { get; }