Class PropertyMediaSettings
Inheritance
System.Object
PropertyMediaSettings
Assembly: ImageVault.EPiServer.dll
public class PropertyMediaSettings : PropertySettingsBase
Constructors
Declaration
public PropertyMediaSettings()
Declaration
public PropertyMediaSettings(PropertyMediaSettings p)
Parameters
Creates a PropertyMediaSettings instance
Declaration
public PropertyMediaSettings(int width, int height = 0, ResizeMode resizeMode)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
ResizeMode |
resizeMode |
|
Properties
Declaration
public List<DisplayChannelSetting> DisplayChannelSettings { get; set; }
Property Value
Get/Sets the Height of the PropertyMediaSettings
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Get/Sets the ResizeMode of the PropertyMediaSettings
Declaration
public ResizeMode ResizeMode { get; set; }
Property Value
Get/Sets the Width of the PropertyMediaSettings
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
protected bool Equals(PropertyMediaSettings other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Gets the default settings
Declaration
public override IPropertySettings GetDefaultValues()
Returns
Type |
Description |
EPiServer.Core.PropertySettings.IPropertySettings |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|