IWpfTextView.FormattedLineSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text formatter used by the view.
public:
property Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ FormattedLineSource { Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ FormattedLineSource { Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.IFormattedLineSource FormattedLineSource { get; }
member this.FormattedLineSource : Microsoft.VisualStudio.Text.Formatting.IFormattedLineSource
Public ReadOnly Property FormattedLineSource As IFormattedLineSource
Property Value
The text formatter used by the view.
Remarks
This property will be null during the view's initialization.