Max width of the embedded content.

Namespace: MonoSoftware.MonoX.oEmbed.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int MaxWidth { get; set; }
Visual Basic
Public Property MaxWidth As Integer
	Get
	Set
Visual C++
public:
virtual property int MaxWidth {
	int get () sealed;
	void set (int value) sealed;
}
F#
abstract MaxWidth : int with get, set
override MaxWidth : int with get, set

Property Value

Type: Int32

Implements

IServiceCallBuilder..::..MaxWidth

See Also