PlaylistEditorAppend Property
Gets a value indicating whether the append mode is activated.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Append { get; }
Public ReadOnly Property Append As Boolean
Get
Dim instance As PlaylistEditor
Dim value As Boolean
value = instance.Append
public:
property bool Append {
bool get ();
}
member Append : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if append mode is activated; otherwise,
.