'Declaration
Public ReadOnly Property IsHighIntensity As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsHighIntensity
public bool IsHighIntensity {get;}
Gets
a value indicating whether the data cell contains high intensity text. Note: IScreenDataConstants.ATTR_HIGH_INTENSITY'Declaration
Public ReadOnly Property IsHighIntensity As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsHighIntensity
public bool IsHighIntensity {get;}
private ScreenCharacter screen; bool highIntensity = screen.IsHighIntensity;