'Declaration <DefaultValueAttribute()> Public ReadOnly Property IsEmpty As Boolean
'Usage Dim instance As TableStyleInfo Dim value As Boolean value = instance.IsEmpty
[DefaultValue()] public bool IsEmpty {get;}
Property Value
true
if there are no style settings set; otherwise, false
.