Class IconFormatProvider
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.FormatProviders
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class IconFormatProvider : ImageFormatProviderBase, IImageFormatProvider
Constructors
IconFormatProvider()
Declaration
public IconFormatProvider()
Properties
CanExport
Declaration
public override bool CanExport { get; }
Property Value
System.Boolean
|
Overrides
CanImport
Declaration
public override bool CanImport { get; }
Property Value
System.Boolean
|
Overrides
SupportedExtensions
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|