ITextParagraphPropertiesFactoryService Interface
Visual Studio 2015
Creates TextParagraphProperties classes to be used when lines on the view are being formatted.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | Create(IFormattedLineSource, TextFormattingRunProperties, IMappingSpan, IMappingPoint, Int32) | Creates a TextParagraphProperties for the provided configuration. |
This is a MEF component part, and should be imported as follows:
[Import] ITextFormattingParagraphPropertiesFactoryService factory = null;
This component is content type-specific. If you implement this factory service for your content type, the export should be annotated with one or more ContentTypeAttribute attributes.
Show:
