'Declaration <DefaultValueAttribute()> Public ReadOnly Property HasFormatedColor As Boolean
'Usage Dim instance As GeneralFormatter Dim value As Boolean value = instance.HasFormatedColor
[DefaultValue()] public bool HasFormatedColor {get;}
Property Value
true
if this formatted text contains a foreground color; otherwise, false
. The default value is false
.