ComponentOne Bitmap for WPF
GetBreakConditions Method (InlineObjectNative)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > InlineObjectNative Class : GetBreakConditions Method
When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately preceding it.
When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately following it.
Layout uses this to determine the line-breaking behavior of the inline object among the text.
Syntax
'Declaration
 
Public Sub GetBreakConditions( _
   ByRef breakConditionBefore As BreakCondition, _
   ByRef breakConditionAfter As BreakCondition _
) 
public void GetBreakConditions( 
   out BreakCondition breakConditionBefore,
   out BreakCondition breakConditionAfter
)

Parameters

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

Reference

InlineObjectNative Class
InlineObjectNative Members