Share via


TEXTMETRICW.tmBreakChar Field

Contains the character used to define word breaks for text justification.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Public tmBreakChar As UShort
'Usage
Dim instance As TEXTMETRICW 
Dim value As UShort 

value = instance.tmBreakChar 

instance.tmBreakChar = value
public ushort tmBreakChar
public:
unsigned short tmBreakChar
public var tmBreakChar : ushort

.NET Framework Security

See Also

Reference

TEXTMETRICW Structure

TEXTMETRICW Members

Microsoft.VisualStudio.OLE.Interop Namespace