Enum
TextWrapping

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public enum TextWrapping

Fields

NoWrap

No line wrapping is performed.

Declaration

cs-api-definition
NoWrap = 1

Field Value

TextWrapping

Wrap

Line-breaking occurs if the line overflows beyond the available block width, even if the standard line breaking algorithm cannot determine any line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.

Declaration

cs-api-definition
Wrap = 2

Field Value

TextWrapping

WrapWithOverflow

Line-breaking occurs if the line overflows beyond the available block width. However, a line may overflow beyond the block width if the line breaking algorithm cannot determine a line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.

Declaration

cs-api-definition
WrapWithOverflow = 0

Field Value

TextWrapping

In this article
DefinitionFieldsNoWrapWrapWrapWithOverflow
Not finding the help you need?
Contact Support