Lyrics3TagIsEmpty Property
Gets a value indicating whether the Lyrics3 tag is empty.
Namespace: DevCase.ThirdParty.TagLibSharpAssembly: DevCase.net48.ThirdParty.TagLibSharp (in DevCase.net48.ThirdParty.TagLibSharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool IsEmpty { get; }
Public Overridable ReadOnly Property IsEmpty As Boolean
Get
Dim instance As Lyrics3Tag
Dim value As Boolean
value = instance.IsEmpty
public:
virtual property bool IsEmpty {
bool get ();
}
abstract IsEmpty : bool with get
override IsEmpty : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the
Lyrics3 tag is empty, otherwise,
.