Gets or sets the insertion type.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public InsertionType InsertionType { get; set; }
Visual Basic
Public Property InsertionType As InsertionType
	Get
	Set
Visual C++
public:
property InsertionType InsertionType {
	InsertionType get ();
	void set (InsertionType value);
}
F#
member InsertionType : InsertionType with get, set

Property Value

Type: InsertionType
The type of the insertion.

See Also