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