[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.InlineObject.GetBreakConditions

GetBreakConditions Method

GetBreakConditions(out BreakCondition, out BreakCondition)

Layout uses this to determine the line-breaking behavior of the inline object among the text.

Declaration
void GetBreakConditions(out BreakCondition breakConditionBefore, out BreakCondition breakConditionAfter)
Sub GetBreakConditions(ByRef breakConditionBefore As BreakCondition, ByRef breakConditionAfter As BreakCondition)
Parameters
Type Name Description
BreakCondition breakConditionBefore

When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately preceding it.

BreakCondition breakConditionAfter

When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately following it.