'DeclarationPublic ReadOnly Property IsHighIntensity As Boolean
'UsageDim 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'DeclarationPublic ReadOnly Property IsHighIntensity As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsHighIntensity
public bool IsHighIntensity {get;}
private ScreenCharacter screen; bool highIntensity = screen.IsHighIntensity;