ImageGear .NET - Updated May 30, 2018
TextTrimming Property (IImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTText Interface : TextTrimming Property
Gets or sets the text trimming behavior to employ when content overflows the content area.
Syntax
'Declaration
 
Property TextTrimming As ImGearARTTextTrimming
 
'Usage
 
Dim instance As IImGearARTText
Dim value As ImGearARTTextTrimming
 
instance.TextTrimming = value
 
value = instance.TextTrimming

Property Value

ImGearARTTextTrimming enumeration value.
Remarks
NOTE: The text trimming behavior is only supported by WPF annotation renderer. It is not currently supported in WinForms applications.
See Also

Reference

IImGearARTText Interface
IImGearARTText Members