LineBreakCondition Enumeration
Describes the breaking condition around an inline object.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
This enumeration describes whether a break is permitted for an inline object. This break is affected by the LineBreakCondition of the inline object before it (if any). In the table below, the values across the top represent LineBreakCondition values for one inline object while the values on the left represent values of another inline object. A value of "True" or "False" is indicated depending on whether a line break is permitted between the two inline objects.
BreakDesired | BreakPossible | BreakRestrained | BreakAlways | |
BreakDesired | True | True | False | True |
BreakPossible | True | False | False | True |
BreakRestrained | False | False | False | True |
BreakAlways | True | True | True | True |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.