AvalonEdit
InlineObjectRun Constructor (length, properties, element)
NamespacesICSharpCode.AvalonEdit.RenderingInlineObjectRunInlineObjectRun(Int32, TextRunProperties, UIElement)
Creates a new InlineObjectRun instance.
Declaration Syntax
C#Visual BasicVisual C++
public InlineObjectRun(
	int length,
	TextRunProperties properties,
	UIElement element
)
Public Sub New ( _
	length As Integer, _
	properties As TextRunProperties, _
	element As UIElement _
)
public:
InlineObjectRun(
	int length, 
	TextRunProperties^ properties, 
	UIElement^ element
)
Parameters
length (Int32)
The length of the TextRun.
properties (TextRunProperties)
The TextRunProperties to use.
element (UIElement)
The UIElement to display.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238