'Declaration
Public ReadOnly Property IsRightJustifiedField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightJustifiedField
public bool IsRightJustifiedField {get;}
Gets
a value indicating whether the data cell marks the beginning of a right justified field. Note: IScreenDataConstants.FIELD_RIGHT_JUSTIFIED'Declaration
Public ReadOnly Property IsRightJustifiedField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightJustifiedField
public bool IsRightJustifiedField {get;}
private ScreenCharacter screen; bool rightJustified = screen.IsRightJustifiedField;