Gets or sets minimum list of image file extensions.

Namespace: MonoSoftware.Core.Drawing
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static List<string> ImageExtensions { get; }
Visual Basic
Public Shared ReadOnly Property ImageExtensions As List(Of String)
	Get
Visual C++
public:
static property List<String^>^ ImageExtensions {
	List<String^>^ get ();
}
F#
static member ImageExtensions : List<string> with get

Property Value

Type: List<(Of <(<'String>)>)>

See Also