Class PresetElement
Size preset information for the EPiServer Image Editor
Inherited Members
Namespace: EPiServer.Configuration.ImageEditor
Assembly: EPiServer.Configuration.dll
Version: 7.19.2Syntax
public class PresetElement : ConfigurationElementBaseConstructors
PresetElement()
Initializes a new instance of the PresetElement class.
Declaration
public PresetElement()Properties
Height
Gets the preset height in pixels.
Declaration
public int Height { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
LanguageKey
Gets a language key to a localized description of the preset.
Declaration
public string LanguageKey { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Gets a name of the preset to show in the preset list.
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Width
Gets the preset width in pixels.
Declaration
public int Width { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
