Gets
'Declaration Public ReadOnly Property IsUnderline As Boolean
'Declaration
Public ReadOnly Property IsUnderline As Boolean
'Usage Dim instance As HostField Dim value As Boolean value = instance.IsUnderline
'Usage
Dim instance As HostField Dim value As Boolean value = instance.IsUnderline
public bool IsUnderline {get;}
HostField host; bool underline = host.IsUnderline;
HostField Class HostField Members