[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.InlineObjectNative.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
public void GetBreakConditions(out BreakCondition breakConditionBefore, out BreakCondition breakConditionAfter)
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.

Implements