'Declaration Public Enum TextSectionBreakMode Inherits System.Enum
public enum TextSectionBreakMode : System.Enum
Member | Description |
---|---|
Default | Determines which setting to use based on the Text Rendering mode and editor type in order to provide the best results. |
OnlyWhenNecessary | Create only as many sections as neccessary. This setting can result in problems with selection and text measurement when drawing text with GDI Plus. |
Word | Create a section of each word. This method allows for more reliable selection and text measurement behavior when drawing text with GDI Plus. |
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