In This Topic
Gets or sets a value that indicates whether Underline is set.
Syntax
'Declaration
Public Overridable Function IsUnderlineSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsUnderlineSet()
public virtual bool IsUnderlineSet()
See Also