GtkMusic.GuitarFretMark – gtkmusic Reference Manual
GuitarFretMark
Object Hierarchy:
Description:
public
class
GuitarFretMark
A fret mark used to highlight a fret
Namespace:
GtkMusic
Package:
gtkmusic
Content:
Enums:
Style
-
Available symbols to highlight a given position
Properties:
public
RGBA
color
{
get
;
set
; }
The fret mark color as an RGBA array of floats
public
ushort
position
{
get
; }
The fret mark position
public
Style
style
{
get
;
set
; }
The current symbol to be used (defaults to NONE)
Creation methods:
public
GuitarFretMark
(
ushort
position)