AvalonEdit
Format Method (remainingParagraphWidth)
NamespacesICSharpCode.AvalonEdit.RenderingInlineObjectRunFormat(Double)
Get text object measurement metrics that will fit within the specified remaining width of the paragraph.
Declaration Syntax
C#Visual BasicVisual C++
public override TextEmbeddedObjectMetrics Format(
	double remainingParagraphWidth
)
Public Overrides Function Format ( _
	remainingParagraphWidth As Double _
) As TextEmbeddedObjectMetrics
public:
virtual TextEmbeddedObjectMetrics^ Format(
	double remainingParagraphWidth
) override
Parameters
remainingParagraphWidth (Double)
A Double that represents the remaining paragraph width.
Return Value
A TextEmbeddedObjectMetrics value that represents the text object metrics.

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