Click or drag to resize

TextBlockHelperGetIsTextTrimmed Method

Gets the value of the IsTextTrimmed attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static bool GetIsTextTrimmed(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The text block.

Return Value

Type: Boolean
true if text trimmed inside the text block; otherwise false
See Also