Sets how text parts marked with specified ID should be decorated.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void SetMarkingDecoration(
	int markingID,
	TextDecoration decoration
)
Visual Basic
Public Sub SetMarkingDecoration ( 
	markingID As Integer,
	decoration As TextDecoration
)

Parameters

markingID
Type: System..::..Int32
The marking ID.
decoration
Type: Sgry.Azuki..::..TextDecoration
TextDecoration object to be associated with markingID. If null was specified, TextDecoration.None will be used internally.

See Also