Version

TextSectionBreakMode Enumeration

Specifies how words are broken up into text sections.
Syntax
'Declaration
 
Public Enum TextSectionBreakMode 
   Inherits System.Enum
public enum TextSectionBreakMode : System.Enum 
Members
MemberDescription
DefaultDetermines which setting to use based on the Text Rendering mode and editor type in order to provide the best results.
OnlyWhenNecessaryCreate only as many sections as neccessary. This setting can result in problems with selection and text measurement when drawing text with GDI Plus.
WordCreate a section of each word. This method allows for more reliable selection and text measurement behavior when drawing text with GDI Plus.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also