[]
Layout uses this to determine the line-breaking behavior of the inline object among the text.
public void GetBreakConditions(out BreakCondition breakConditionBefore, out BreakCondition breakConditionAfter)
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. |