Class EmbedResizeMode
The resize mode for embedded content
Inheritance
System.Object
EmbedResizeMode
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public sealed class EmbedResizeMode : Enum
Fields
Default
Will keep the size of the actual content
Declaration
public const EmbedResizeMode Default
Field Value
Type | Description |
---|---|
EmbedResizeMode |
ScaleToFill
Resizes the content to the parent container so it fills the entire area. Crop may occur
Declaration
public const EmbedResizeMode ScaleToFill
Field Value
Type | Description |
---|---|
EmbedResizeMode |
ScaleToFit
Resizes the content to the parent container so it fits inside.
Declaration
public const EmbedResizeMode ScaleToFit
Field Value
Type | Description |
---|---|
EmbedResizeMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |