HasTextColor Property (Style)
In This Topic
Gets a value indicating whether the
TextColor property is defined on the current style. If false, the actual value of the property is fetched from the parent (container) object's style.
Syntax
'Declaration
Public ReadOnly Property HasTextColor As Boolean
public bool HasTextColor {get;}
See Also