|
NoteDots Property
|
Gets or sets the total dotted note length extensions that apply to this note.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public int Dots { get; set; }
Public Property Dots As Integer
Get
Set
public:
property int Dots {
int get ();
void set (int value);
}
member Dots : int with get, set
function get_Dots();
function set_Dots(value);
View SourceProperty Value
Int32Remarks This is only used in conjunction with the named note values.
See Also