Gets whether this note has a bent or straight leaderline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function HasExtraLeader() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Boolean
value = instance.HasExtraLeader()
|
C++/CLI | |
---|
bool HasExtraLeader(); |
Return Value
True if leaderline bent, false if straight
See Also