Gets MonoX editor max template size.

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

Syntax

C#
public static int MonoXMaxTemplateSize { get; }
Visual Basic
Public Shared ReadOnly Property MonoXMaxTemplateSize As Integer
	Get
Visual C++
public:
static property int MonoXMaxTemplateSize {
	int get ();
}
F#
static member MonoXMaxTemplateSize : int with get

Property Value

Type: Int32
The size of the mono x maximum template.

See Also