Class IconSet
Allows to use icons in the application.
[TypeConverter(typeof(IconSetConverter))]
public class IconSet : ImageContainer<IIconSetHandler>, IBaseObject, IDisposableObject, INotifyPropertyChanged, IImageContainer, IDisposable
- Inheritance
-
IconSet
- Implements
Constructors
- IconSet(Stream)
Initializes a new instance of the IconSet class from the specified data stream.
- IconSet(string?, Uri?)
Initializes a new instance of the IconSet class from the specified url. See FromUrl(string) for the details.
Methods
- CreateHandler()
Creates handler.
- FromUrl(string)
Initializes a new instance of the IconSet class from the specified url.
- FromUrlOrDefault(string, IconSet?)
Initializes a new instance of the IconSet class from the specified url.
- FromUrlOrNull(string)
Initializes a new instance of the IconSet class from the specified url.