TextImageOverlayNewDefaultText Method

CVB.Net Documentation
Creates a new FormattedText based on the current culture and control font settings.

Namespace:  Stemmer.Cvb.Wpf.Overlays
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected FormattedText NewDefaultText(
	string text
)

Parameters

text
Type: SystemString
Text from which the formatted text is creatd.

Return Value

Type: FormattedText
New formatted text.
See Also

Reference