Gets how text marked with specified ID should be decorated.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public TextDecoration GetMarkingDecoration( int markingID ) |
Visual Basic |
---|
Public Function GetMarkingDecoration ( markingID As Integer ) As TextDecoration |
Parameters
- markingID
- Type: System..::..Int32
The ID of the marking.
Return Value
Type: TextDecorationTextDecoration object associated with specified ID, or null.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Parameter markingID is out of valid range. |
System..::..ArgumentException | Parameter markingID is not registered to Marking class. |