|
SongNamedDynamic Property
|
Gets or sets the prevailing named dynamic (i.e., volume) for the song. Individual notes
can choose to override this dynamic.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public Dynamic NamedDynamic { get; set; }
Public Property NamedDynamic As Dynamic
Get
Set
member NamedDynamic : Dynamic with get, set
function get_NamedDynamic();
function set_NamedDynamic(value);
View SourceProperty Value
DynamicSee Also