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